Html Css Color HEX #213E00 Pine Tree

📋 copy color: '#213E00'

red 33 ◦ green 62 ◦ blue 0

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

Shades of Pine Tree #213E00

Tints of Pine Tree #213E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 65.26%

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

R = 34.74%
G = 65.26%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#213E00 (or 0x213E00) is known color: Pine Tree. HEX triplet: 21, 3E and 00. RGB value is (33,62,0). Sum of RGB (Red+Green+Blue) = 33+62+0=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #213E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E00 is #DEC1FF. Grayscale: #2E2E2E. Windows color (decimal): -14598656 or 15905. OLE color: 15905.

HSL color Cylindrical-coordinate representation of color #213E00: hue angle of 88.06º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #213E00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 62 0 -
CMYK 0.47 0 1 0.76
HSL 88.06º 1% 0.12% -
HSV(B) 88.06º 1% 0.24% -
XYZ 2.35 3.77 0.6 -
YUV 46.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 33 62 0 0.47 0 1 0.76 88.06 1 0.12
Hex 21 3E 0 2F 0 64 4C 58 64 C
Octal 41 76 0 57 0 144 114 130 144 14
Binary 100001 111110 0 101111 0 1100100 1001100 1011000 1100100 1100

Color Harmonies of #213E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E00

Black with #213E00

Text Example


Text Example

White with #213E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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