Html Css Color HEX #152701 Pine Tree

📋 copy color: '#152701'

red 21 ◦ green 39 ◦ blue 1

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

Shades of Pine Tree #152701

Tints of Pine Tree #152701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 63.93%

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

R = 34.43%
G = 63.93%
B = 1.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#152701 (or 0x152701) is known color: Pine Tree. HEX triplet: 15, 27 and 01. RGB value is (21,39,1). Sum of RGB (Red+Green+Blue) = 21+39+1=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #152701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152701 is #EAD8FE. Grayscale: #1D1D1D. Windows color (decimal): -15390975 or 75541. OLE color: 75541.

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

Color convert

RGB 21 39 1 -
CMYK 0.46 0 0.97 0.85
HSL 88.42º 0.95% 0.08% -
HSV(B) 88.42º 0.97% 0.15% -
XYZ 1.04 1.61 0.29 -
YUV 29.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 21 39 1 0.46 0 0.97 0.85 88.42 0.95 0.08
Hex 15 27 1 2E 0 61 55 58 5F 8
Octal 25 47 1 56 0 141 125 130 137 10
Binary 10101 100111 1 101110 0 1100001 1010101 1011000 1011111 1000

Color Harmonies of #152701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152701

Black with #152701

Text Example


Text Example

White with #152701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152701; }

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

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

background-color css

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

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

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

border-color css

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

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

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