Html Css Color HEX #295514 Myrtle

📋 copy color: '#295514'

red 41 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #295514

Tints of Myrtle #295514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.22%

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

R = 28.08%
G = 58.22%
B = 13.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#295514 (or 0x295514) is known color: Myrtle. HEX triplet: 29, 55 and 14. RGB value is (41,85,20). Sum of RGB (Red+Green+Blue) = 41+85+20=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #295514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295514 is #D6AAEB. Grayscale: #404040. Windows color (decimal): -14068460 or 1332521. OLE color: 1332521.

HSL color Cylindrical-coordinate representation of color #295514: hue angle of 100.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295514 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 20 -
CMYK 0.52 0 0.76 0.67
HSL 100.62º 0.62% 0.21% -
HSV(B) 100.62º 0.76% 0.33% -
XYZ 4.29 7.02 1.79 -
YUV 64.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 41 85 20 0.52 0 0.76 0.67 100.62 0.62 0.21
Hex 29 55 14 34 0 4C 43 65 3E 15
Octal 51 125 24 64 0 114 103 145 76 25
Binary 101001 1010101 10100 110100 0 1001100 1000011 1100101 111110 10101

Color Harmonies of #295514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295514

Black with #295514

Text Example


Text Example

White with #295514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295514; }

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

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

background-color css

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

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

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

border-color css

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

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

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