#288430

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

Shades of Japanese Laurel #288430

Tints of Japanese Laurel #288430

Color information

#288430 (or 0x288430) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 30. RGB value is (40,132,48). Sum of RGB (Red+Green+Blue) = 40+132+48=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #288430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288430 is #D77BCF. Grayscale: #5F5F5F. Windows color (decimal): -14121936 or 3179560. OLE color: 3179560.

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

Color convert

RGB4013248-
CMYK0.7000.640.48
HSL125.22º53.49%33.73%-
HSV(B)125.22º69.7%51.76%-
XYZ9.6617.175.6-
YUV94.92101.5288.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 60%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=18.18%
G=60%
B=21.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132480.7000.640.48125.2253.4933.73
Hex28843046040307d3522
Octal50204601060100601756542
Binary101000100001001100001000110010000001100001111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288430; }

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

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

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

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

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

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

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

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