#152402

Color #152402 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #152402

Tints of Pine Tree #152402

Color information

#152402 (or 0x152402) is unknown color: approx Pine Tree. HEX triplet: 15, 24 and 02. RGB value is (21,36,2). Sum of RGB (Red+Green+Blue) = 21+36+2=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #152402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152402 is #EADBFD. Grayscale: #1B1B1B. Windows color (decimal): -15391742 or 140309. OLE color: 140309.

HSL color Cylindrical-coordinate representation of color #152402: hue angle of 86.47º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #152402 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB21362-
CMYK0.4200.940.86
HSL86.47º89.47%7.45%-
HSV(B)86.47º94.44%14.12%-
XYZ0.951.430.28-
YUV27.64113.53123.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=35.59%
G=61.02%
B=3.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213620.4200.940.8686.4789.477.45
Hex152422A05E5656597
Octal254425201361261261317
Binary101011001001010101001011110101011010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152402; }

 p { color: rgb(21,36,2); }

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

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

 a { background-color: rgb(21,36,2); }

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

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

 span { border-color: rgb(21,36,2); }

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