#28762F

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

Shades of Japanese Laurel #28762F

Tints of Japanese Laurel #28762F

Color information

#28762F (or 0x28762F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 76 and 2F. RGB value is (40,118,47). Sum of RGB (Red+Green+Blue) = 40+118+47=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #28762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762F is #D789D0. Grayscale: #565656. Windows color (decimal): -14125521 or 3110440. OLE color: 3110440.

HSL color Cylindrical-coordinate representation of color #28762F: hue angle of 125.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28762F is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB4011847-
CMYK0.6600.600.54
HSL125.38º49.37%30.98%-
HSV(B)125.38º66.1%46.27%-
XYZ7.8713.614.9-
YUV86.58105.6694.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=19.51%
G=57.56%
B=22.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118470.6600.600.54125.3849.3730.98
Hex28762F4203C367d311f
Octal5016657102074661756137
Binary101000111011010111110000100111100110110111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28762F; }

 p { color: rgb(40,118,47); }

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

<style>
 a { background-color: #28762F; }

 a { background-color: rgb(40,118,47); }

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

<style>
 span { border-color: #28762F; }

 span { border-color: rgb(40,118,47); }

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