Html Css Color HEX #213702 Pine Tree

📋 copy color: '#213702'

red 33 ◦ green 55 ◦ blue 2

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

Shades of Pine Tree #213702

Tints of Pine Tree #213702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 61.11%

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 36.67%
G = 61.11%
B = 2.22%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#213702 (or 0x213702) is known color: Pine Tree. HEX triplet: 21, 37 and 02. RGB value is (33,55,2). Sum of RGB (Red+Green+Blue) = 33+55+2=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #213702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213702 is #DEC8FD. Grayscale: #2A2A2A. Windows color (decimal): -14600446 or 145185. OLE color: 145185.

HSL color Cylindrical-coordinate representation of color #213702: hue angle of 84.91º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213702 is Cyan = 0.4, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 2 -
CMYK 0.4 0 0.96 0.78
HSL 84.91º 0.93% 0.11% -
HSV(B) 84.91º 0.96% 0.22% -
XYZ 2 3.06 0.54 -
YUV 42.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 33 55 2 0.4 0 0.96 0.78 84.91 0.93 0.11
Hex 21 37 2 28 0 60 4E 55 5D B
Octal 41 67 2 50 0 140 116 125 135 13
Binary 100001 110111 10 101000 0 1100000 1001110 1010101 1011101 1011

Color Harmonies of #213702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213702

Black with #213702

Text Example


Text Example

White with #213702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213702; }

 p { color: rgb(33,55,2); }

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

background-color css

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

 a { background-color: rgb(33,55,2); }

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

border-color css

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

 span { border-color: rgb(33,55,2); }

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