Html Css Color HEX #213308 Pine Tree

📋 copy color: '#213308'

red 33 ◦ green 51 ◦ blue 8

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

Shades of Pine Tree #213308

Tints of Pine Tree #213308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.7%

R = 35.87%
G = 55.43%
B = 8.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#213308 (or 0x213308) is known color: Pine Tree. HEX triplet: 21, 33 and 08. RGB value is (33,51,8). Sum of RGB (Red+Green+Blue) = 33+51+8=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #213308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213308 is #DECCF7. Grayscale: #282828. Windows color (decimal): -14601464 or 537377. OLE color: 537377.

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

Color convert

RGB 33 51 8 -
CMYK 0.35 0 0.84 0.8
HSL 85.12º 0.73% 0.12% -
HSV(B) 85.12º 0.84% 0.2% -
XYZ 1.85 2.71 0.65 -
YUV 40.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 33 51 8 0.35 0 0.84 0.8 85.12 0.73 0.12
Hex 21 33 8 23 0 54 50 55 49 C
Octal 41 63 10 43 0 124 120 125 111 14
Binary 100001 110011 1000 100011 0 1010100 1010000 1010101 1001001 1100

Color Harmonies of #213308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213308

Black with #213308

Text Example


Text Example

White with #213308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213308; }

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

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

background-color css

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

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

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

border-color css

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

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

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