Html Css Color HEX #213700 Pine Tree

📋 copy color: '#213700'

red 33 ◦ green 55 ◦ blue 0

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

Shades of Pine Tree #213700

Tints of Pine Tree #213700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.5%
G = 62.5%
B = 0%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#213700 (or 0x213700) is known color: Pine Tree. HEX triplet: 21, 37 and 00. RGB value is (33,55,0). Sum of RGB (Red+Green+Blue) = 33+55+0=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #213700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213700 is #DEC8FF. Grayscale: #2A2A2A. Windows color (decimal): -14600448 or 14113. OLE color: 14113.

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

Color convert

RGB 33 55 0 -
CMYK 0.4 0 1 0.78
HSL 84º 1% 0.11% -
HSV(B) 84º 1% 0.22% -
XYZ 1.99 3.06 0.48 -
YUV 42.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 33 55 0 0.4 0 1 0.78 84 1 0.11
Hex 21 37 0 28 0 64 4E 54 64 B
Octal 41 67 0 50 0 144 116 124 144 13
Binary 100001 110111 0 101000 0 1100100 1001110 1010100 1100100 1011

Color Harmonies of #213700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213700

Black with #213700

Text Example


Text Example

White with #213700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213700; }

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

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

background-color css

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

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

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

border-color css

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

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

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