#28813C

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

Shades of Japanese Laurel #28813C

Tints of Japanese Laurel #28813C

Color information

#28813C (or 0x28813C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 3C. RGB value is (40,129,60). Sum of RGB (Red+Green+Blue) = 40+129+60=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #28813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813C is #D77EC3. Grayscale: #5E5E5E. Windows color (decimal): -14122692 or 3965224. OLE color: 3965224.

HSL color Cylindrical-coordinate representation of color #28813C: hue angle of 133.48º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28813C is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB4012960-
CMYK0.6900.530.49
HSL133.48º52.66%33.14%-
HSV(B)133.48º68.99%50.59%-
XYZ9.5416.486.95-
YUV94.52108.5189.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=17.47%
G=56.33%
B=26.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129600.6900.530.49133.4852.6633.14
Hex28813C4503531853521
Octal5020174105065612056541
Binary101000100000011111001000101011010111000110000101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28813C; }

 p { color: rgb(40,129,60); }

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

<style>
 a { background-color: #28813C; }

 a { background-color: rgb(40,129,60); }

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

<style>
 span { border-color: #28813C; }

 span { border-color: rgb(40,129,60); }

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