#288434

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

Shades of Japanese Laurel #288434

Tints of Japanese Laurel #288434

Color information

#288434 (or 0x288434) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 34. RGB value is (40,132,52). Sum of RGB (Red+Green+Blue) = 40+132+52=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #288434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288434 is #D77BCB. Grayscale: #5F5F5F. Windows color (decimal): -14121932 or 3441704. OLE color: 3441704.

HSL color Cylindrical-coordinate representation of color #288434: hue angle of 127.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288434 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB4013252-
CMYK0.7000.610.48
HSL127.83º53.49%33.73%-
HSV(B)127.83º69.7%51.76%-
XYZ9.7517.26.06-
YUV95.37103.5288.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=17.86%
G=58.93%
B=23.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132520.7000.610.48127.8353.4933.73
Hex2884344603D30803522
Octal5020464106075602006542
Binary101000100001001101001000110011110111000010000000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288434; }

 p { color: rgb(40,132,52); }

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

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

 a { background-color: rgb(40,132,52); }

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

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

 span { border-color: rgb(40,132,52); }

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