#288435

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

Shades of Japanese Laurel #288435

Tints of Japanese Laurel #288435

Color information

#288435 (or 0x288435) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 35. RGB value is (40,132,53). Sum of RGB (Red+Green+Blue) = 40+132+53=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #288435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288435 is #D77BCA. Grayscale: #5F5F5F. Windows color (decimal): -14121931 or 3507240. OLE color: 3507240.

HSL color Cylindrical-coordinate representation of color #288435: hue angle of 128.48º 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 #288435 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB4013253-
CMYK0.7000.600.48
HSL128.48º53.49%33.73%-
HSV(B)128.48º69.7%51.76%-
XYZ9.7717.216.18-
YUV95.49104.0288.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=17.78%
G=58.67%
B=23.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132530.7000.600.48128.4853.4933.73
Hex2884354603C30803522
Octal5020465106074602006542
Binary101000100001001101011000110011110011000010000000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288435; }

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

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

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

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

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

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

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

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