Html Css Color HEX #213305 Pine Tree

📋 copy color: '#213305'

red 33 ◦ green 51 ◦ blue 5

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

Shades of Pine Tree #213305

Tints of Pine Tree #213305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.62%

R = 37.08%
G = 57.3%
B = 5.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#213305 (or 0x213305) is known color: Pine Tree. HEX triplet: 21, 33 and 05. RGB value is (33,51,5). Sum of RGB (Red+Green+Blue) = 33+51+5=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #213305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213305 is #DECCFA. Grayscale: #282828. Windows color (decimal): -14601467 or 340769. OLE color: 340769.

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

Color convert

RGB 33 51 5 -
CMYK 0.35 0 0.90 0.8
HSL 83.48º 0.82% 0.11% -
HSV(B) 83.48º 0.9% 0.2% -
XYZ 1.84 2.7 0.57 -
YUV 40.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 33 51 5 0.35 0 0.90 0.8 83.48 0.82 0.11
Hex 21 33 5 23 0 5A 50 53 52 B
Octal 41 63 5 43 0 132 120 123 122 13
Binary 100001 110011 101 100011 0 1011010 1010000 1010011 1010010 1011

Color Harmonies of #213305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213305

Black with #213305

Text Example


Text Example

White with #213305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213305; }

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

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

background-color css

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

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

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

border-color css

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

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

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