#27803A

Color #27803A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #27803A

Tints of Japanese Laurel #27803A

Color information

#27803A (or 0x27803A) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 3A. RGB value is (39,128,58). Sum of RGB (Red+Green+Blue) = 39+128+58=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #27803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27803A is #D87FC5. Grayscale: #5D5D5D. Windows color (decimal): -14188486 or 3833895. OLE color: 3833895.

HSL color Cylindrical-coordinate representation of color #27803A: hue angle of 132.81º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27803A is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB3912858-
CMYK0.7000.550.50
HSL132.81º53.29%32.75%-
HSV(B)132.81º69.53%50.2%-
XYZ9.3216.186.63-
YUV93.41108.0189.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=17.33%
G=56.89%
B=25.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128580.7000.550.50132.8153.2932.75
Hex27803A4603732853521
Octal4720072106067622056541
Binary100111100000001110101000110011011111001010000101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27803A; }

 p { color: rgb(39,128,58); }

 H1.HeaderClassName
 {
   color: #27803A;
 }
 .AnyTagClassName
 {
   color: #27803A;
 }
</style>
background-color css

<style>
 a { background-color: #27803A; }

 a { background-color: rgb(39,128,58); }

 div.DivClassName
 {
   background-color: #27803A;
 }
 .BgClassName
 {
   background-color: #27803A;
 }
</style>
border-color css

<style>
 span { border-color: #27803A; }

 span { border-color: rgb(39,128,58); }

 td.TdClassName
 {
   border-color: #27803A;
 }
 .TagClassName
 {
   border-color: #27803A;
 }
</style>