Html Css Color HEX #152506 Pine Tree

📋 copy color: '#152506'

red 21 ◦ green 37 ◦ blue 6

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

Shades of Pine Tree #152506

Tints of Pine Tree #152506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.38%

R = 32.81%
G = 57.81%
B = 9.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#152506 (or 0x152506) is known color: Pine Tree. HEX triplet: 15, 25 and 06. RGB value is (21,37,6). Sum of RGB (Red+Green+Blue) = 21+37+6=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #152506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152506 is #EADAF9. Grayscale: #1C1C1C. Windows color (decimal): -15391482 or 402709. OLE color: 402709.

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

Color convert

RGB 21 37 6 -
CMYK 0.43 0 0.84 0.85
HSL 90.97º 0.72% 0.08% -
HSV(B) 90.97º 0.84% 0.15% -
XYZ 1 1.5 0.41 -
YUV 28.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 21 37 6 0.43 0 0.84 0.85 90.97 0.72 0.08
Hex 15 25 6 2B 0 54 55 5B 48 8
Octal 25 45 6 53 0 124 125 133 110 10
Binary 10101 100101 110 101011 0 1010100 1010101 1011011 1001000 1000

Color Harmonies of #152506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152506

Black with #152506

Text Example


Text Example

White with #152506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152506; }

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

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

background-color css

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

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

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

border-color css

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

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

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