Html Css Color HEX #15210D Pine Tree

📋 copy color: '#15210D'

red 21 ◦ green 33 ◦ blue 13

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

Shades of Pine Tree #15210D

Tints of Pine Tree #15210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 49.25%

 BLUE value IS 13 (5.47% from 255) = 19.4%

R = 31.34%
G = 49.25%
B = 19.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#15210D (or 0x15210D) is known color: Pine Tree. HEX triplet: 15, 21 and 0D. RGB value is (21,33,13). Sum of RGB (Red+Green+Blue) = 21+33+13=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #15210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15210D is #EADEF2. Grayscale: #1B1B1B. Windows color (decimal): -15392499 or 860437. OLE color: 860437.

HSL color Cylindrical-coordinate representation of color #15210D: hue angle of 96º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15210D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 33 13 -
CMYK 0.36 0 0.61 0.87
HSL 96º 0.43% 0.09% -
HSV(B) 96º 0.61% 0.13% -
XYZ 0.93 1.28 0.58 -
YUV 27.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 21 33 13 0.36 0 0.61 0.87 96 0.43 0.09
Hex 15 21 D 24 0 3D 57 60 2B 9
Octal 25 41 15 44 0 75 127 140 53 11
Binary 10101 100001 1101 100100 0 111101 1010111 1100000 101011 1001

Color Harmonies of #15210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15210D

Black with #15210D

Text Example


Text Example

White with #15210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15210D; }

 p { color: rgb(21,33,13); }

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

background-color css

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

 a { background-color: rgb(21,33,13); }

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

border-color css

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

 span { border-color: rgb(21,33,13); }

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