#28752E

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

Shades of Japanese Laurel #28752E

Tints of Japanese Laurel #28752E

Color information

#28752E (or 0x28752E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 75 and 2E. RGB value is (40,117,46). Sum of RGB (Red+Green+Blue) = 40+117+46=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #28752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752E is #D78AD1. Grayscale: #565656. Windows color (decimal): -14125778 or 3044648. OLE color: 3044648.

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

Color convert

RGB4011746-
CMYK0.6600.610.54
HSL124.68º49.04%30.78%-
HSV(B)124.68º65.81%45.88%-
XYZ7.7313.374.76-
YUV85.88105.4995.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=19.70%
G=57.64%
B=22.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117460.6600.610.54124.6849.0430.78
Hex28752E4203D367d311f
Octal5016556102075661756137
Binary101000111010110111010000100111101110110111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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