Html Css Color HEX #15210F Pine Tree

📋 copy color: '#15210F'

red 21 ◦ green 33 ◦ blue 15

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

Shades of Pine Tree #15210F

Tints of Pine Tree #15210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 30.43%
G = 47.83%
B = 21.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#15210F (or 0x15210F) is known color: Pine Tree. HEX triplet: 15, 21 and 0F. RGB value is (21,33,15). Sum of RGB (Red+Green+Blue) = 21+33+15=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #15210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15210F is #EADEF0. Grayscale: #1B1B1B. Windows color (decimal): -15392497 or 991509. OLE color: 991509.

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

Color convert

RGB 21 33 15 -
CMYK 0.36 0 0.55 0.87
HSL 100º 0.38% 0.09% -
HSV(B) 100º 0.55% 0.13% -
XYZ 0.94 1.28 0.65 -
YUV 27.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 21 33 15 0.36 0 0.55 0.87 100 0.38 0.09
Hex 15 21 F 24 0 37 57 64 26 9
Octal 25 41 17 44 0 67 127 144 46 11
Binary 10101 100001 1111 100100 0 110111 1010111 1100100 100110 1001

Color Harmonies of #15210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15210F

Black with #15210F

Text Example


Text Example

White with #15210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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