Html Css Color HEX #295014 Myrtle

📋 copy color: '#295014'

red 41 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #295014

Tints of Myrtle #295014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

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

R = 29.08%
G = 56.74%
B = 14.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#295014 (or 0x295014) is known color: Myrtle. HEX triplet: 29, 50 and 14. RGB value is (41,80,20). Sum of RGB (Red+Green+Blue) = 41+80+20=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #295014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295014 is #D6AFEB. Grayscale: #3D3D3D. Windows color (decimal): -14069740 or 1331241. OLE color: 1331241.

HSL color Cylindrical-coordinate representation of color #295014: hue angle of 99º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295014 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 20 -
CMYK 0.49 0 0.75 0.69
HSL 99º 0.6% 0.2% -
HSV(B) 99º 0.75% 0.31% -
XYZ 3.91 6.26 1.66 -
YUV 61.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 41 80 20 0.49 0 0.75 0.69 99 0.6 0.2
Hex 29 50 14 31 0 4B 45 63 3C 14
Octal 51 120 24 61 0 113 105 143 74 24
Binary 101001 1010000 10100 110001 0 1001011 1000101 1100011 111100 10100

Color Harmonies of #295014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295014

Black with #295014

Text Example


Text Example

White with #295014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295014; }

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

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

background-color css

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

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

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

border-color css

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

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

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