#27772c

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

Shades of Japanese Laurel #27772C

Tints of Japanese Laurel #27772C

Color information

#27772C (or 0x27772C) is unknown color: approx Japanese Laurel. HEX triplet: 27, 77 and 2C. RGB value is (39,119,44). Sum of RGB (Red+Green+Blue) = 39+119+44=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #27772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27772C is #D888D3. Grayscale: #565656. Windows color (decimal): -14190804 or 2914087. OLE color: 2914087.

HSL color Cylindrical-coordinate representation of color #27772C: hue angle of 123.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27772C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB3911944-
CMYK0.6700.630.53
HSL123.75º50.63%30.98%-
HSV(B)123.75º67.23%46.67%-
XYZ7.8913.814.63-
YUV86.5310494.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 119 (46.88% from 255) = 58.91%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=19.31%
G=58.91%
B=21.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119440.6700.630.53123.7550.6330.98
Hex27772C4303F357c331f
Octal4716754103077651746337
Binary100111111011110110010000110111111110101111110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27772c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27772c; }

 p { color: rgb(39,119,44); }

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

<style>
 a { background-color: #27772c; }

 a { background-color: rgb(39,119,44); }

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

<style>
 span { border-color: #27772c; }

 span { border-color: rgb(39,119,44); }

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