#288238

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

Shades of Japanese Laurel #288238

Tints of Japanese Laurel #288238

Color information

#288238 (or 0x288238) is unknown color: approx Japanese Laurel. HEX triplet: 28, 82 and 38. RGB value is (40,130,56). Sum of RGB (Red+Green+Blue) = 40+130+56=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #288238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288238 is #D77DC7. Grayscale: #5E5E5E. Windows color (decimal): -14122440 or 3703336. OLE color: 3703336.

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

Color convert

RGB4013056-
CMYK0.6900.570.49
HSL130.67º52.94%33.33%-
HSV(B)130.67º69.23%50.98%-
XYZ9.5716.76.46-
YUV94.65106.1889.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=17.70%
G=57.52%
B=24.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130560.6900.570.49130.6752.9433.33
Hex2882384503931833521
Octal5020270105071612036541
Binary101000100000101110001000101011100111000110000011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288238; }

 p { color: rgb(40,130,56); }

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

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

 a { background-color: rgb(40,130,56); }

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

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

 span { border-color: rgb(40,130,56); }

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