Html Css Color HEX #213C15 Myrtle

📋 copy color: '#213C15'

red 33 ◦ green 60 ◦ blue 21

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

Shades of Myrtle #213C15

Tints of Myrtle #213C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.63%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 28.95%
G = 52.63%
B = 18.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#213C15 (or 0x213C15) is known color: Myrtle. HEX triplet: 21, 3C and 15. RGB value is (33,60,21). Sum of RGB (Red+Green+Blue) = 33+60+21=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #213C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C15 is #DEC3EA. Grayscale: #2F2F2F. Windows color (decimal): -14599147 or 1391649. OLE color: 1391649.

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

Color convert

RGB 33 60 21 -
CMYK 0.45 0 0.65 0.76
HSL 101.54º 0.48% 0.16% -
HSV(B) 101.54º 0.65% 0.24% -
XYZ 2.38 3.61 1.28 -
YUV 47.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 33 60 21 0.45 0 0.65 0.76 101.54 0.48 0.16
Hex 21 3C 15 2D 0 41 4C 66 30 10
Octal 41 74 25 55 0 101 114 146 60 20
Binary 100001 111100 10101 101101 0 1000001 1001100 1100110 110000 10000

Color Harmonies of #213C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C15

Black with #213C15

Text Example


Text Example

White with #213C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,21); }

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

background-color css

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

 a { background-color: rgb(33,60,21); }

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

border-color css

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

 span { border-color: rgb(33,60,21); }

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