Html Css Color HEX #295013 Myrtle

📋 copy color: '#295013'

red 41 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #295013

Tints of Myrtle #295013

RGB

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

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

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

R = 29.29%
G = 57.14%
B = 13.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#295013 (or 0x295013) is known color: Myrtle. HEX triplet: 29, 50 and 13. RGB value is (41,80,19). Sum of RGB (Red+Green+Blue) = 41+80+19=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #295013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295013 is #D6AFEC. Grayscale: #3D3D3D. Windows color (decimal): -14069741 or 1265705. OLE color: 1265705.

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

Color convert

RGB 41 80 19 -
CMYK 0.49 0 0.76 0.69
HSL 98.36º 0.62% 0.19% -
HSV(B) 98.36º 0.76% 0.31% -
XYZ 3.9 6.26 1.62 -
YUV 61.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 41 80 19 0.49 0 0.76 0.69 98.36 0.62 0.19
Hex 29 50 13 31 0 4C 45 62 3E 13
Octal 51 120 23 61 0 114 105 142 76 23
Binary 101001 1010000 10011 110001 0 1001100 1000101 1100010 111110 10011

Color Harmonies of #295013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295013

Black with #295013

Text Example


Text Example

White with #295013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295013; }

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

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

background-color css

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

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

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

border-color css

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

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

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