#28752d

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

Shades of Japanese Laurel #28752D

Tints of Japanese Laurel #28752D

Color information

#28752D (or 0x28752D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 75 and 2D. RGB value is (40,117,45). Sum of RGB (Red+Green+Blue) = 40+117+45=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #28752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752D is #D78AD2. Grayscale: #555555. Windows color (decimal): -14125779 or 2979112. OLE color: 2979112.

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

Color convert

RGB4011745-
CMYK0.6600.620.54
HSL123.9º49.04%30.78%-
HSV(B)123.9º65.81%45.88%-
XYZ7.7113.364.66-
YUV85.77104.9995.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=19.80%
G=57.92%
B=22.28%

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
Decimal40117450.6600.620.54123.949.0430.78
Hex28752D4203E367c311f
Octal5016555102076661746137
Binary101000111010110110110000100111110110110111110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28752d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28752d; }

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

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

<style>
 a { background-color: #28752d; }

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

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

<style>
 span { border-color: #28752d; }

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

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