#288230

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

Shades of Japanese Laurel #288230

Tints of Japanese Laurel #288230

Color information

#288230 (or 0x288230) is unknown color: approx Japanese Laurel. HEX triplet: 28, 82 and 30. RGB value is (40,130,48). Sum of RGB (Red+Green+Blue) = 40+130+48=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #288230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288230 is #D77DCF. Grayscale: #5D5D5D. Windows color (decimal): -14122448 or 3179048. OLE color: 3179048.

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

Color convert

RGB4013048-
CMYK0.6900.630.49
HSL125.33º52.94%33.33%-
HSV(B)125.33º69.23%50.98%-
XYZ9.3916.635.51-
YUV93.74102.1889.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=18.35%
G=59.63%
B=22.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130480.6900.630.49125.3352.9433.33
Hex2882304503F317d3521
Octal5020260105077611756541
Binary10100010000010110000100010101111111100011111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288230; }

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

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

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

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

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

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

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

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