Html Css Color HEX #153202 Pine Tree

📋 copy color: '#153202'

red 21 ◦ green 50 ◦ blue 2

#153202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #153202

Tints of Pine Tree #153202

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 value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#153202 (or 0x153202) is known color: 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

RGB 21 50 2 -
CMYK 0.58 0 0.96 0.80
HSL 96.25º 0.92% 0.1% -
HSV(B) 96.25º 0.96% 0.2% -
XYZ 1.46 2.45 0.45 -
YUV 35.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 21 50 2 0.58 0 0.96 0.80 96.25 0.92 0.1
Hex 15 32 2 3A 0 60 50 60 5C A
Octal 25 62 2 72 0 140 120 140 134 12
Binary 10101 110010 10 111010 0 1100000 1010000 1100000 1011100 1010

Color Harmonies of #153202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153202

Black with #153202

Text Example


Text Example

White with #153202

Text Example


Text Example

HTML Codes & Css Web 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>