Html Css Color HEX #213304 Pine Tree

📋 copy color: '#213304'

red 33 ◦ green 51 ◦ blue 4

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

Shades of Pine Tree #213304

Tints of Pine Tree #213304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 57.95%

 BLUE value IS 4 (1.95% from 255) = 4.55%

R = 37.5%
G = 57.95%
B = 4.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#213304 (or 0x213304) is known color: Pine Tree. HEX triplet: 21, 33 and 04. RGB value is (33,51,4). Sum of RGB (Red+Green+Blue) = 33+51+4=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #213304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213304 is #DECCFB. Grayscale: #282828. Windows color (decimal): -14601468 or 275233. OLE color: 275233.

HSL color Cylindrical-coordinate representation of color #213304: hue angle of 82.98º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #213304 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 4 -
CMYK 0.35 0 0.92 0.8
HSL 82.98º 0.85% 0.11% -
HSV(B) 82.98º 0.92% 0.2% -
XYZ 1.83 2.7 0.54 -
YUV 40.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 33 51 4 0.35 0 0.92 0.8 82.98 0.85 0.11
Hex 21 33 4 23 0 5C 50 53 55 B
Octal 41 63 4 43 0 134 120 123 125 13
Binary 100001 110011 100 100011 0 1011100 1010000 1010011 1010101 1011

Color Harmonies of #213304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213304

Black with #213304

Text Example


Text Example

White with #213304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213304; }

 p { color: rgb(33,51,4); }

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

background-color css

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

 a { background-color: rgb(33,51,4); }

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

border-color css

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

 span { border-color: rgb(33,51,4); }

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