Html Css Color HEX #215D1D Myrtle

📋 copy color: '#215D1D'

red 33 ◦ green 93 ◦ blue 29

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

Shades of Myrtle #215D1D

Tints of Myrtle #215D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 60%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 21.29%
G = 60%
B = 18.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#215D1D (or 0x215D1D) is known color: Myrtle. HEX triplet: 21, 5D and 1D. RGB value is (33,93,29). Sum of RGB (Red+Green+Blue) = 33+93+29=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #215D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D1D is #DEA2E2. Grayscale: #434343. Windows color (decimal): -14590691 or 1924385. OLE color: 1924385.

HSL color Cylindrical-coordinate representation of color #215D1D: hue angle of 116.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215D1D is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 29 -
CMYK 0.65 0 0.69 0.64
HSL 116.25º 0.52% 0.24% -
HSV(B) 116.25º 0.69% 0.36% -
XYZ 4.76 8.24 2.5 -
YUV 67.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 33 93 29 0.65 0 0.69 0.64 116.25 0.52 0.24
Hex 21 5D 1D 41 0 45 40 74 34 18
Octal 41 135 35 101 0 105 100 164 64 30
Binary 100001 1011101 11101 1000001 0 1000101 1000000 1110100 110100 11000

Color Harmonies of #215D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D1D

Black with #215D1D

Text Example


Text Example

White with #215D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D1D; }

 p { color: rgb(33,93,29); }

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

background-color css

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

 a { background-color: rgb(33,93,29); }

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

border-color css

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

 span { border-color: rgb(33,93,29); }

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