Html Css Color HEX #213E14 Myrtle

📋 copy color: '#213E14'

red 33 ◦ green 62 ◦ blue 20

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

Shades of Myrtle #213E14

Tints of Myrtle #213E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 28.7%
G = 53.91%
B = 17.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#213E14 (or 0x213E14) is known color: Myrtle. HEX triplet: 21, 3E and 14. RGB value is (33,62,20). Sum of RGB (Red+Green+Blue) = 33+62+20=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #213E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E14 is #DEC1EB. Grayscale: #303030. Windows color (decimal): -14598636 or 1326625. OLE color: 1326625.

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

Color convert

RGB 33 62 20 -
CMYK 0.47 0 0.68 0.76
HSL 101.43º 0.51% 0.16% -
HSV(B) 101.43º 0.68% 0.24% -
XYZ 2.48 3.82 1.27 -
YUV 48.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 33 62 20 0.47 0 0.68 0.76 101.43 0.51 0.16
Hex 21 3E 14 2F 0 44 4C 65 33 10
Octal 41 76 24 57 0 104 114 145 63 20
Binary 100001 111110 10100 101111 0 1000100 1001100 1100101 110011 10000

Color Harmonies of #213E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E14

Black with #213E14

Text Example


Text Example

White with #213E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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