#153202

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

Shades of Pine Tree #153202

Tints of Pine Tree #153202

Color information

#153202 (or 0x153202) is unknown color: approx Pine Tree. HEX triplet: 15, 32 and 02. RGB value is (21,50,2). Sum of RGB (Red+Green+Blue) = 21+50+2=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #153202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153202 is #EACDFD. Grayscale: #242424. Windows color (decimal): -15388158 or 143893. OLE color: 143893.

HSL color Cylindrical-coordinate representation of color #153202: hue angle of 96.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #153202 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB21502-
CMYK0.5800.960.80
HSL96.25º92.31%10.2%-
HSV(B)96.25º96%19.61%-
XYZ1.462.450.45-
YUV35.86108.89117.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=28.77%
G=68.49%
B=2.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal215020.5800.960.8096.2592.3110.2
Hex153223A06050605ca
Octal2562272014012014013412
Binary1010111001010111010011000001010000110000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153202; }

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

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

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

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

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

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

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

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