#288030

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

Shades of Japanese Laurel #288030

Tints of Japanese Laurel #288030

Color information

#288030 (or 0x288030) is unknown color: approx Japanese Laurel. HEX triplet: 28, 80 and 30. RGB value is (40,128,48). Sum of RGB (Red+Green+Blue) = 40+128+48=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #288030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288030 is #D77FCF. Grayscale: #5C5C5C. Windows color (decimal): -14122960 or 3178536. OLE color: 3178536.

HSL color Cylindrical-coordinate representation of color #288030: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288030 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB4012848-
CMYK0.6900.620.50
HSL125.45º52.38%32.94%-
HSV(B)125.45º68.75%50.2%-
XYZ9.1316.15.42-
YUV92.57102.8590.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=18.52%
G=59.26%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40128480.6900.620.50125.4552.3832.94
Hex2880304503E327d3421
Octal5020060105076621756441
Binary10100010000000110000100010101111101100101111101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288030; }

 p { color: rgb(40,128,48); }

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

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

 a { background-color: rgb(40,128,48); }

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

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

 span { border-color: rgb(40,128,48); }

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