Html Css Color HEX #21310B Pine Tree

📋 copy color: '#21310B'

red 33 ◦ green 49 ◦ blue 11

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

Shades of Pine Tree #21310B

Tints of Pine Tree #21310B

RGB

 RED value IS 33 (13.28% from 255) = 35.48%

 GREEN value IS 49 (19.53% from 255) = 52.69%

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

R = 35.48%
G = 52.69%
B = 11.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#21310B (or 0x21310B) is known color: Pine Tree. HEX triplet: 21, 31 and 0B. RGB value is (33,49,11). Sum of RGB (Red+Green+Blue) = 33+49+11=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #21310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21310B is #DECEF4. Grayscale: #282828. Windows color (decimal): -14601973 or 733473. OLE color: 733473.

HSL color Cylindrical-coordinate representation of color #21310B: hue angle of 85.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21310B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 11 -
CMYK 0.33 0 0.78 0.81
HSL 85.26º 0.63% 0.12% -
HSV(B) 85.26º 0.78% 0.19% -
XYZ 1.79 2.54 0.71 -
YUV 39.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 33 49 11 0.33 0 0.78 0.81 85.26 0.63 0.12
Hex 21 31 B 21 0 4E 51 55 3F C
Octal 41 61 13 41 0 116 121 125 77 14
Binary 100001 110001 1011 100001 0 1001110 1010001 1010101 111111 1100

Color Harmonies of #21310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21310B

Black with #21310B

Text Example


Text Example

White with #21310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,49,11); }

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

background-color css

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

 a { background-color: rgb(33,49,11); }

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

border-color css

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

 span { border-color: rgb(33,49,11); }

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