Html Css Color HEX #153201 Pine Tree

📋 copy color: '#153201'

red 21 ◦ green 50 ◦ blue 1

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

Shades of Pine Tree #153201

Tints of Pine Tree #153201

RGB

 RED value IS 21 (8.59% from 255) = 29.17%

 GREEN value IS 50 (19.92% from 255) = 69.44%

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 29.17%
G = 69.44%
B = 1.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#153201 (or 0x153201) is known color: Pine Tree. HEX triplet: 15, 32 and 01. RGB value is (21,50,1). Sum of RGB (Red+Green+Blue) = 21+50+1=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #153201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153201 is #EACDFE. Grayscale: #232323. Windows color (decimal): -15388159 or 78357. OLE color: 78357.

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

Color convert

RGB 21 50 1 -
CMYK 0.58 0 0.98 0.80
HSL 95.51º 0.96% 0.1% -
HSV(B) 95.51º 0.98% 0.2% -
XYZ 1.46 2.44 0.42 -
YUV 35.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 21 50 1 0.58 0 0.98 0.80 95.51 0.96 0.1
Hex 15 32 1 3A 0 62 50 60 60 A
Octal 25 62 1 72 0 142 120 140 140 12
Binary 10101 110010 1 111010 0 1100010 1010000 1100000 1100000 1010

Color Harmonies of #153201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153201

Black with #153201

Text Example


Text Example

White with #153201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153201; }

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

 H1.HeaderClassName
 {
   color: #153201;
 }
 .AnyTagClassName
 {
   color: #153201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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