Html Css Color HEX #152501 Pine Tree

📋 copy color: '#152501'

red 21 ◦ green 37 ◦ blue 1

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

Shades of Pine Tree #152501

Tints of Pine Tree #152501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 62.71%

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

R = 35.59%
G = 62.71%
B = 1.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#152501 (or 0x152501) is known color: Pine Tree. HEX triplet: 15, 25 and 01. RGB value is (21,37,1). Sum of RGB (Red+Green+Blue) = 21+37+1=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #152501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152501 is #EADAFE. Grayscale: #1C1C1C. Windows color (decimal): -15391487 or 75029. OLE color: 75029.

HSL color Cylindrical-coordinate representation of color #152501: hue angle of 86.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #152501 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 37 1 -
CMYK 0.43 0 0.97 0.85
HSL 86.67º 0.95% 0.07% -
HSV(B) 86.67º 0.97% 0.15% -
XYZ 0.98 1.48 0.26 -
YUV 28.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 21 37 1 0.43 0 0.97 0.85 86.67 0.95 0.07
Hex 15 25 1 2B 0 61 55 57 5F 7
Octal 25 45 1 53 0 141 125 127 137 7
Binary 10101 100101 1 101011 0 1100001 1010101 1010111 1011111 111

Color Harmonies of #152501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152501

Black with #152501

Text Example


Text Example

White with #152501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152501; }

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

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

background-color css

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

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

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

border-color css

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

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

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