#287E30

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

Shades of Japanese Laurel #287E30

Tints of Japanese Laurel #287E30

Color information

#287E30 (or 0x287E30) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7E and 30. RGB value is (40,126,48). Sum of RGB (Red+Green+Blue) = 40+126+48=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #287E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E30 is #D781CF. Grayscale: #5B5B5B. Windows color (decimal): -14123472 or 3178024. OLE color: 3178024.

HSL color Cylindrical-coordinate representation of color #287E30: hue angle of 125.58º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E30 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB4012648-
CMYK0.6800.620.51
HSL125.58º51.81%32.55%-
HSV(B)125.58º68.25%49.41%-
XYZ8.8715.595.34-
YUV91.39103.5191.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=18.69%
G=58.88%
B=22.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40126480.6800.620.51125.5851.8132.55
Hex287E304403E337e3421
Octal5017660104076631766441
Binary1010001111110110000100010001111101100111111110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287E30; }

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

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

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

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

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

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

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

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