#152502

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

Shades of Pine Tree #152502

Tints of Pine Tree #152502

Color information

#152502 (or 0x152502) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 02. RGB value is (21,37,2). Sum of RGB (Red+Green+Blue) = 21+37+2=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #152502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152502 is #EADAFD. Grayscale: #1C1C1C. Windows color (decimal): -15391486 or 140565. OLE color: 140565.

HSL color Cylindrical-coordinate representation of color #152502: hue angle of 87.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #152502 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB21372-
CMYK0.4300.950.85
HSL87.43º89.74%7.65%-
HSV(B)87.43º94.59%14.51%-
XYZ0.981.490.29-
YUV28.23113.2122.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=35%
G=61.67%
B=3.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213720.4300.950.8587.4389.747.65
Hex152522B05F55575a8
Octal2545253013712512713210
Binary1010110010110101011010111111010101101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152502; }

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

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

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

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

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

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

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

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