Html Css Color HEX #215F06 Myrtle

📋 copy color: '#215F06'

red 33 ◦ green 95 ◦ blue 6

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

Shades of Myrtle #215F06

Tints of Myrtle #215F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 70.9%

 BLUE value IS 6 (2.73% from 255) = 4.48%

R = 24.63%
G = 70.9%
B = 4.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#215F06 (or 0x215F06) is known color: Myrtle. HEX triplet: 21, 5F and 06. RGB value is (33,95,6). Sum of RGB (Red+Green+Blue) = 33+95+6=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #215F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215F06 is #DEA0F9. Grayscale: #424242. Windows color (decimal): -14590202 or 417569. OLE color: 417569.

HSL color Cylindrical-coordinate representation of color #215F06: hue angle of 101.8º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #215F06 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 95 6 -
CMYK 0.65 0 0.94 0.63
HSL 101.8º 0.88% 0.2% -
HSV(B) 101.8º 0.94% 0.37% -
XYZ 4.75 8.52 1.57 -
YUV 66.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 33 95 6 0.65 0 0.94 0.63 101.8 0.88 0.2
Hex 21 5F 6 41 0 5E 3F 66 58 14
Octal 41 137 6 101 0 136 77 146 130 24
Binary 100001 1011111 110 1000001 0 1011110 111111 1100110 1011000 10100

Color Harmonies of #215F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F06

Black with #215F06

Text Example


Text Example

White with #215F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,95,6); }

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

background-color css

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

 a { background-color: rgb(33,95,6); }

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

border-color css

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

 span { border-color: rgb(33,95,6); }

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