Html Css Color HEX #213706 Pine Tree

📋 copy color: '#213706'

red 33 ◦ green 55 ◦ blue 6

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

Shades of Pine Tree #213706

Tints of Pine Tree #213706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 58.51%

 BLUE value IS 6 (2.73% from 255) = 6.38%

R = 35.11%
G = 58.51%
B = 6.38%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#213706 (or 0x213706) is known color: Pine Tree. HEX triplet: 21, 37 and 06. RGB value is (33,55,6). Sum of RGB (Red+Green+Blue) = 33+55+6=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #213706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213706 is #DEC8F9. Grayscale: #2B2B2B. Windows color (decimal): -14600442 or 407329. OLE color: 407329.

HSL color Cylindrical-coordinate representation of color #213706: hue angle of 86.94º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #213706 is Cyan = 0.4, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 6 -
CMYK 0.4 0 0.89 0.78
HSL 86.94º 0.8% 0.12% -
HSV(B) 86.94º 0.89% 0.22% -
XYZ 2.03 3.07 0.66 -
YUV 42.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 33 55 6 0.4 0 0.89 0.78 86.94 0.8 0.12
Hex 21 37 6 28 0 59 4E 57 50 C
Octal 41 67 6 50 0 131 116 127 120 14
Binary 100001 110111 110 101000 0 1011001 1001110 1010111 1010000 1100

Color Harmonies of #213706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213706

Black with #213706

Text Example


Text Example

White with #213706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213706; }

 p { color: rgb(33,55,6); }

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

background-color css

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

 a { background-color: rgb(33,55,6); }

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

border-color css

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

 span { border-color: rgb(33,55,6); }

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