Html Css Color HEX #294E14 Myrtle

📋 copy color: '#294E14'

red 41 ◦ green 78 ◦ blue 20

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

Shades of Myrtle #294E14

Tints of Myrtle #294E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 56.12%

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

R = 29.5%
G = 56.12%
B = 14.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#294E14 (or 0x294E14) is known color: Myrtle. HEX triplet: 29, 4E and 14. RGB value is (41,78,20). Sum of RGB (Red+Green+Blue) = 41+78+20=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #294E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294E14 is #D6B1EB. Grayscale: #3C3C3C. Windows color (decimal): -14070252 or 1330729. OLE color: 1330729.

HSL color Cylindrical-coordinate representation of color #294E14: hue angle of 98.28º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294E14 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 78 20 -
CMYK 0.47 0 0.74 0.69
HSL 98.28º 0.59% 0.19% -
HSV(B) 98.28º 0.74% 0.31% -
XYZ 3.77 5.97 1.62 -
YUV 60.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 41 78 20 0.47 0 0.74 0.69 98.28 0.59 0.19
Hex 29 4E 14 2F 0 4A 45 62 3B 13
Octal 51 116 24 57 0 112 105 142 73 23
Binary 101001 1001110 10100 101111 0 1001010 1000101 1100010 111011 10011

Color Harmonies of #294E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E14

Black with #294E14

Text Example


Text Example

White with #294E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,20); }

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

background-color css

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

 a { background-color: rgb(41,78,20); }

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

border-color css

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

 span { border-color: rgb(41,78,20); }

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