Html Css Color HEX #152004 Pine Tree

📋 copy color: '#152004'

red 21 ◦ green 32 ◦ blue 4

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

Shades of Pine Tree #152004

Tints of Pine Tree #152004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.02%

R = 36.84%
G = 56.14%
B = 7.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#152004 (or 0x152004) is known color: Pine Tree. HEX triplet: 15, 20 and 04. RGB value is (21,32,4). Sum of RGB (Red+Green+Blue) = 21+32+4=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #152004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152004 is #EADFFB. Grayscale: #191919. Windows color (decimal): -15392764 or 270357. OLE color: 270357.

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

Color convert

RGB 21 32 4 -
CMYK 0.34 0 0.87 0.87
HSL 83.57º 0.78% 0.07% -
HSV(B) 83.57º 0.88% 0.13% -
XYZ 0.85 1.2 0.3 -
YUV 25.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 21 32 4 0.34 0 0.87 0.87 83.57 0.78 0.07
Hex 15 20 4 22 0 57 57 54 4E 7
Octal 25 40 4 42 0 127 127 124 116 7
Binary 10101 100000 100 100010 0 1010111 1010111 1010100 1001110 111

Color Harmonies of #152004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152004

Black with #152004

Text Example


Text Example

White with #152004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152004; }

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

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

background-color css

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

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

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

border-color css

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

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

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