Html Css Color HEX #213409 Pine Tree

📋 copy color: '#213409'

red 33 ◦ green 52 ◦ blue 9

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

Shades of Pine Tree #213409

Tints of Pine Tree #213409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

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

R = 35.11%
G = 55.32%
B = 9.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#213409 (or 0x213409) is known color: Pine Tree. HEX triplet: 21, 34 and 09. RGB value is (33,52,9). Sum of RGB (Red+Green+Blue) = 33+52+9=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #213409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213409 is #DECBF6. Grayscale: #292929. Windows color (decimal): -14601207 or 603169. OLE color: 603169.

HSL color Cylindrical-coordinate representation of color #213409: hue angle of 86.51º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213409 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 9 -
CMYK 0.37 0 0.83 0.80
HSL 86.51º 0.7% 0.12% -
HSV(B) 86.51º 0.83% 0.2% -
XYZ 1.9 2.8 0.7 -
YUV 41.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 33 52 9 0.37 0 0.83 0.80 86.51 0.7 0.12
Hex 21 34 9 25 0 53 50 57 46 C
Octal 41 64 11 45 0 123 120 127 106 14
Binary 100001 110100 1001 100101 0 1010011 1010000 1010111 1000110 1100

Color Harmonies of #213409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213409

Black with #213409

Text Example


Text Example

White with #213409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213409; }

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

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

background-color css

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

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

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

border-color css

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

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

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