#288439

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

Shades of Japanese Laurel #288439

Tints of Japanese Laurel #288439

Color information

#288439 (or 0x288439) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 39. RGB value is (40,132,57). Sum of RGB (Red+Green+Blue) = 40+132+57=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #288439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288439 is #D77BC6. Grayscale: #606060. Windows color (decimal): -14121927 or 3769384. OLE color: 3769384.

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

Color convert

RGB4013257-
CMYK0.7000.570.48
HSL131.09º53.49%33.73%-
HSV(B)131.09º69.7%51.76%-
XYZ9.8617.256.68-
YUV95.94106.0288.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 132 (51.95% from 255) = 57.64%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=17.47%
G=57.64%
B=24.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132570.7000.570.48131.0953.4933.73
Hex2884394603930833522
Octal5020471106071602036542
Binary101000100001001110011000110011100111000010000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288439; }

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

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

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

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

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

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

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

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