Html Css Color HEX #152201 Pine Tree

📋 copy color: '#152201'

red 21 ◦ green 34 ◦ blue 1

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

Shades of Pine Tree #152201

Tints of Pine Tree #152201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 60.71%

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

R = 37.5%
G = 60.71%
B = 1.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#152201 (or 0x152201) is known color: Pine Tree. HEX triplet: 15, 22 and 01. RGB value is (21,34,1). Sum of RGB (Red+Green+Blue) = 21+34+1=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #152201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152201 is #EADDFE. Grayscale: #1A1A1A. Windows color (decimal): -15392255 or 74261. OLE color: 74261.

HSL color Cylindrical-coordinate representation of color #152201: hue angle of 83.64º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #152201 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 34 1 -
CMYK 0.38 0 0.97 0.87
HSL 83.64º 0.94% 0.07% -
HSV(B) 83.64º 0.97% 0.13% -
XYZ 0.89 1.31 0.23 -
YUV 26.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 21 34 1 0.38 0 0.97 0.87 83.64 0.94 0.07
Hex 15 22 1 26 0 61 57 54 5E 7
Octal 25 42 1 46 0 141 127 124 136 7
Binary 10101 100010 1 100110 0 1100001 1010111 1010100 1011110 111

Color Harmonies of #152201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152201

Black with #152201

Text Example


Text Example

White with #152201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152201; }

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

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

background-color css

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

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

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

border-color css

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

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

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