Html Css Color HEX #296013 Myrtle

📋 copy color: '#296013'

red 41 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #296013

Tints of Myrtle #296013

RGB

 RED value IS 41 (16.41% from 255) = 26.28%

 GREEN value IS 96 (37.89% from 255) = 61.54%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 26.28%
G = 61.54%
B = 12.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#296013 (or 0x296013) is known color: Myrtle. HEX triplet: 29, 60 and 13. RGB value is (41,96,19). Sum of RGB (Red+Green+Blue) = 41+96+19=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #296013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296013 is #D69FEC. Grayscale: #474747. Windows color (decimal): -14065645 or 1269801. OLE color: 1269801.

HSL color Cylindrical-coordinate representation of color #296013: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296013 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 19 -
CMYK 0.57 0 0.80 0.62
HSL 102.86º 0.67% 0.23% -
HSV(B) 102.86º 0.8% 0.38% -
XYZ 5.21 8.88 2.06 -
YUV 70.78 98.78 106.76 -
System Red Green Blue C M Y K H S L
Decimal 41 96 19 0.57 0 0.80 0.62 102.86 0.67 0.23
Hex 29 60 13 39 0 50 3E 67 43 17
Octal 51 140 23 71 0 120 76 147 103 27
Binary 101001 1100000 10011 111001 0 1010000 111110 1100111 1000011 10111

Color Harmonies of #296013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296013

Black with #296013

Text Example


Text Example

White with #296013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296013; }

 p { color: rgb(41,96,19); }

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

background-color css

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

 a { background-color: rgb(41,96,19); }

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

border-color css

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

 span { border-color: rgb(41,96,19); }

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