Html Css Color HEX #15200B Pine Tree

📋 copy color: '#15200B'

red 21 ◦ green 32 ◦ blue 11

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

Shades of Pine Tree #15200B

Tints of Pine Tree #15200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 17.19%

R = 32.81%
G = 50%
B = 17.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#15200B (or 0x15200B) is known color: Pine Tree. HEX triplet: 15, 20 and 0B. RGB value is (21,32,11). Sum of RGB (Red+Green+Blue) = 21+32+11=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #15200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15200B is #EADFF4. Grayscale: #1A1A1A. Windows color (decimal): -15392757 or 729109. OLE color: 729109.

HSL color Cylindrical-coordinate representation of color #15200B: hue angle of 91.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15200B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 11 -
CMYK 0.34 0 0.66 0.87
HSL 91.43º 0.49% 0.08% -
HSV(B) 91.43º 0.66% 0.13% -
XYZ 0.89 1.22 0.5 -
YUV 26.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 21 32 11 0.34 0 0.66 0.87 91.43 0.49 0.08
Hex 15 20 B 22 0 42 57 5B 31 8
Octal 25 40 13 42 0 102 127 133 61 10
Binary 10101 100000 1011 100010 0 1000010 1010111 1011011 110001 1000

Color Harmonies of #15200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15200B

Black with #15200B

Text Example


Text Example

White with #15200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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