Html Css Color HEX #213809 Pine Tree

📋 copy color: '#213809'

red 33 ◦ green 56 ◦ blue 9

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

Shades of Pine Tree #213809

Tints of Pine Tree #213809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.14%

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 33.67%
G = 57.14%
B = 9.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#213809 (or 0x213809) is known color: Pine Tree. HEX triplet: 21, 38 and 09. RGB value is (33,56,9). Sum of RGB (Red+Green+Blue) = 33+56+9=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #213809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213809 is #DEC7F6. Grayscale: #2B2B2B. Windows color (decimal): -14600183 or 604193. OLE color: 604193.

HSL color Cylindrical-coordinate representation of color #213809: hue angle of 89.36º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213809 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 9 -
CMYK 0.41 0 0.84 0.78
HSL 89.36º 0.72% 0.13% -
HSV(B) 89.36º 0.84% 0.22% -
XYZ 2.09 3.17 0.76 -
YUV 43.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 33 56 9 0.41 0 0.84 0.78 89.36 0.72 0.13
Hex 21 38 9 29 0 54 4E 59 48 D
Octal 41 70 11 51 0 124 116 131 110 15
Binary 100001 111000 1001 101001 0 1010100 1001110 1011001 1001000 1101

Color Harmonies of #213809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213809

Black with #213809

Text Example


Text Example

White with #213809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213809; }

 p { color: rgb(33,56,9); }

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

background-color css

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

 a { background-color: rgb(33,56,9); }

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

border-color css

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

 span { border-color: rgb(33,56,9); }

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