Html Css Color HEX #213902 Pine Tree

📋 copy color: '#213902'

red 33 ◦ green 57 ◦ blue 2

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

Shades of Pine Tree #213902

Tints of Pine Tree #213902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 61.96%

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

R = 35.87%
G = 61.96%
B = 2.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#213902 (or 0x213902) is known color: Pine Tree. HEX triplet: 21, 39 and 02. RGB value is (33,57,2). Sum of RGB (Red+Green+Blue) = 33+57+2=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #213902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213902 is #DEC6FD. Grayscale: #2B2B2B. Windows color (decimal): -14599934 or 145697. OLE color: 145697.

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

Color convert

RGB 33 57 2 -
CMYK 0.42 0 0.96 0.78
HSL 86.18º 0.93% 0.12% -
HSV(B) 86.18º 0.96% 0.22% -
XYZ 2.1 3.25 0.57 -
YUV 43.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 33 57 2 0.42 0 0.96 0.78 86.18 0.93 0.12
Hex 21 39 2 2A 0 60 4E 56 5D C
Octal 41 71 2 52 0 140 116 126 135 14
Binary 100001 111001 10 101010 0 1100000 1001110 1010110 1011101 1100

Color Harmonies of #213902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213902

Black with #213902

Text Example


Text Example

White with #213902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213902; }

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

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

background-color css

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

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

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

border-color css

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

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

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