Html Css Color HEX #295A14 Myrtle

📋 copy color: '#295A14'

red 41 ◦ green 90 ◦ blue 20

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

Shades of Myrtle #295A14

Tints of Myrtle #295A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.6%

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

R = 27.15%
G = 59.6%
B = 13.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#295A14 (or 0x295A14) is known color: Myrtle. HEX triplet: 29, 5A and 14. RGB value is (41,90,20). Sum of RGB (Red+Green+Blue) = 41+90+20=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #295A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295A14 is #D6A5EB. Grayscale: #434343. Windows color (decimal): -14067180 or 1333801. OLE color: 1333801.

HSL color Cylindrical-coordinate representation of color #295A14: hue angle of 102º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295A14 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 20 -
CMYK 0.54 0 0.78 0.65
HSL 102º 0.64% 0.22% -
HSV(B) 102º 0.78% 0.35% -
XYZ 4.7 7.83 1.93 -
YUV 67.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 41 90 20 0.54 0 0.78 0.65 102 0.64 0.22
Hex 29 5A 14 36 0 4E 41 66 40 16
Octal 51 132 24 66 0 116 101 146 100 26
Binary 101001 1011010 10100 110110 0 1001110 1000001 1100110 1000000 10110

Color Harmonies of #295A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A14

Black with #295A14

Text Example


Text Example

White with #295A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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