Html Css Color HEX #152001 Pine Tree

📋 copy color: '#152001'

red 21 ◦ green 32 ◦ blue 1

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

Shades of Pine Tree #152001

Tints of Pine Tree #152001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 59.26%

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

R = 38.89%
G = 59.26%
B = 1.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#152001 (or 0x152001) is known color: Pine Tree. HEX triplet: 15, 20 and 01. RGB value is (21,32,1). Sum of RGB (Red+Green+Blue) = 21+32+1=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #152001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152001 is #EADFFE. Grayscale: #191919. Windows color (decimal): -15392767 or 73749. OLE color: 73749.

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

Color convert

RGB 21 32 1 -
CMYK 0.34 0 0.97 0.87
HSL 81.29º 0.94% 0.06% -
HSV(B) 81.29º 0.97% 0.13% -
XYZ 0.83 1.19 0.22 -
YUV 25.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 21 32 1 0.34 0 0.97 0.87 81.29 0.94 0.06
Hex 15 20 1 22 0 61 57 51 5E 6
Octal 25 40 1 42 0 141 127 121 136 6
Binary 10101 100000 1 100010 0 1100001 1010111 1010001 1011110 110

Color Harmonies of #152001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152001

Black with #152001

Text Example


Text Example

White with #152001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152001; }

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

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

background-color css

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

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

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

border-color css

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

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

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