Html Css Color HEX #295025 Myrtle

📋 copy color: '#295025'

red 41 ◦ green 80 ◦ blue 37

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

Shades of Myrtle #295025

Tints of Myrtle #295025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 25.95%
G = 50.63%
B = 23.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#295025 (or 0x295025) is known color: Myrtle. HEX triplet: 29, 50 and 25. RGB value is (41,80,37). Sum of RGB (Red+Green+Blue) = 41+80+37=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #295025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295025 is #D6AFDA. Grayscale: #3F3F3F. Windows color (decimal): -14069723 or 2445353. OLE color: 2445353.

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

Color convert

RGB 41 80 37 -
CMYK 0.49 0 0.54 0.69
HSL 114.42º 0.37% 0.23% -
HSV(B) 114.42º 0.54% 0.31% -
XYZ 4.12 6.34 2.76 -
YUV 63.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 41 80 37 0.49 0 0.54 0.69 114.42 0.37 0.23
Hex 29 50 25 31 0 36 45 72 25 17
Octal 51 120 45 61 0 66 105 162 45 27
Binary 101001 1010000 100101 110001 0 110110 1000101 1110010 100101 10111

Color Harmonies of #295025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295025

Black with #295025

Text Example


Text Example

White with #295025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295025; }

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

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

background-color css

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

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

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

border-color css

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

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

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