#27762E

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

Shades of Japanese Laurel #27762E

Tints of Japanese Laurel #27762E

Color information

#27762E (or 0x27762E) is unknown color: approx Japanese Laurel. HEX triplet: 27, 76 and 2E. RGB value is (39,118,46). Sum of RGB (Red+Green+Blue) = 39+118+46=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #27762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27762E is #D889D1. Grayscale: #565656. Windows color (decimal): -14191058 or 3044903. OLE color: 3044903.

HSL color Cylindrical-coordinate representation of color #27762E: hue angle of 125.32º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27762E is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB3911846-
CMYK0.6700.610.54
HSL125.32º50.32%30.78%-
HSV(B)125.32º66.95%46.27%-
XYZ7.8113.594.8-
YUV86.17105.3394.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=19.21%
G=58.13%
B=22.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118460.6700.610.54125.3250.3230.78
Hex27762E4303D367d321f
Octal4716656103075661756237
Binary100111111011010111010000110111101110110111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27762E; }

 p { color: rgb(39,118,46); }

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

<style>
 a { background-color: #27762E; }

 a { background-color: rgb(39,118,46); }

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

<style>
 span { border-color: #27762E; }

 span { border-color: rgb(39,118,46); }

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