Html Css Color HEX #213800 Pine Tree

📋 copy color: '#213800'

red 33 ◦ green 56 ◦ blue 0

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

Shades of Pine Tree #213800

Tints of Pine Tree #213800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 62.92%

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

R = 37.08%
G = 62.92%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#213800 (or 0x213800) is known color: Pine Tree. HEX triplet: 21, 38 and 00. RGB value is (33,56,0). Sum of RGB (Red+Green+Blue) = 33+56+0=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #213800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213800 is #DEC7FF. Grayscale: #2A2A2A. Windows color (decimal): -14600192 or 14369. OLE color: 14369.

HSL color Cylindrical-coordinate representation of color #213800: hue angle of 84.64º 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 #213800 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 0 -
CMYK 0.41 0 1 0.78
HSL 84.64º 1% 0.11% -
HSV(B) 84.64º 1% 0.22% -
XYZ 2.04 3.15 0.5 -
YUV 42.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 33 56 0 0.41 0 1 0.78 84.64 1 0.11
Hex 21 38 0 29 0 64 4E 55 64 B
Octal 41 70 0 51 0 144 116 125 144 13
Binary 100001 111000 0 101001 0 1100100 1001110 1010101 1100100 1011

Color Harmonies of #213800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213800

Black with #213800

Text Example


Text Example

White with #213800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213800; }

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

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

background-color css

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

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

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

border-color css

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

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

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