Html Css Color HEX #213114 Pine Tree

📋 copy color: '#213114'

red 33 ◦ green 49 ◦ blue 20

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

Shades of Pine Tree #213114

Tints of Pine Tree #213114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 32.35%
G = 48.04%
B = 19.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#213114 (or 0x213114) is known color: Pine Tree. HEX triplet: 21, 31 and 14. RGB value is (33,49,20). Sum of RGB (Red+Green+Blue) = 33+49+20=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #213114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213114 is #DECEEB. Grayscale: #292929. Windows color (decimal): -14601964 or 1323297. OLE color: 1323297.

HSL color Cylindrical-coordinate representation of color #213114: hue angle of 93.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213114 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 20 -
CMYK 0.33 0 0.59 0.81
HSL 93.1º 0.42% 0.14% -
HSV(B) 93.1º 0.59% 0.19% -
XYZ 1.85 2.57 1.06 -
YUV 40.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 33 49 20 0.33 0 0.59 0.81 93.1 0.42 0.14
Hex 21 31 14 21 0 3B 51 5D 2A E
Octal 41 61 24 41 0 73 121 135 52 16
Binary 100001 110001 10100 100001 0 111011 1010001 1011101 101010 1110

Color Harmonies of #213114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213114

Black with #213114

Text Example


Text Example

White with #213114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213114; }

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

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

background-color css

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

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

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

border-color css

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

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

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