#28762D

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

Shades of Japanese Laurel #28762D

Tints of Japanese Laurel #28762D

Color information

#28762D (or 0x28762D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 76 and 2D. RGB value is (40,118,45). Sum of RGB (Red+Green+Blue) = 40+118+45=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #28762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762D is #D789D2. Grayscale: #565656. Windows color (decimal): -14125523 or 2979368. OLE color: 2979368.

HSL color Cylindrical-coordinate representation of color #28762D: hue angle of 123.85º 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 #28762D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB4011845-
CMYK0.6600.620.54
HSL123.85º49.37%30.98%-
HSV(B)123.85º66.1%46.27%-
XYZ7.8313.64.69-
YUV86.36104.6694.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=19.70%
G=58.13%
B=22.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118450.6600.620.54123.8549.3730.98
Hex28762D4203E367c311f
Octal5016655102076661746137
Binary101000111011010110110000100111110110110111110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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