#287A35

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

Shades of Japanese Laurel #287A35

Tints of Japanese Laurel #287A35

Color information

#287A35 (or 0x287A35) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7A and 35. RGB value is (40,122,53). Sum of RGB (Red+Green+Blue) = 40+122+53=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #287A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A35 is #D785CA. Grayscale: #595959. Windows color (decimal): -14124491 or 3504680. OLE color: 3504680.

HSL color Cylindrical-coordinate representation of color #287A35: hue angle of 129.51º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A35 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB4012253-
CMYK0.6700.570.52
HSL129.51º50.62%31.76%-
HSV(B)129.51º67.21%47.84%-
XYZ8.4814.635.74-
YUV89.62107.3392.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=18.60%
G=56.74%
B=24.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122530.6700.570.52129.5150.6231.76
Hex287A354303934823320
Octal5017265103071642026340
Binary10100011110101101011000011011100111010010000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,122,53); }

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

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

 a { background-color: rgb(40,122,53); }

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

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

 span { border-color: rgb(40,122,53); }

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