Html Css Color HEX #295012 Myrtle

📋 copy color: '#295012'

red 41 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #295012

Tints of Myrtle #295012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 29.5%
G = 57.55%
B = 12.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#295012 (or 0x295012) is known color: Myrtle. HEX triplet: 29, 50 and 12. RGB value is (41,80,18). Sum of RGB (Red+Green+Blue) = 41+80+18=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #295012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295012 is #D6AFED. Grayscale: #3D3D3D. Windows color (decimal): -14069742 or 1200169. OLE color: 1200169.

HSL color Cylindrical-coordinate representation of color #295012: hue angle of 97.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295012 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 18 -
CMYK 0.49 0 0.78 0.69
HSL 97.74º 0.63% 0.19% -
HSV(B) 97.74º 0.78% 0.31% -
XYZ 3.89 6.25 1.57 -
YUV 61.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 41 80 18 0.49 0 0.78 0.69 97.74 0.63 0.19
Hex 29 50 12 31 0 4E 45 62 3F 13
Octal 51 120 22 61 0 116 105 142 77 23
Binary 101001 1010000 10010 110001 0 1001110 1000101 1100010 111111 10011

Color Harmonies of #295012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295012

Black with #295012

Text Example


Text Example

White with #295012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295012; }

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

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

background-color css

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

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

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

border-color css

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

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

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