Html Css Color HEX #295D20 Myrtle

📋 copy color: '#295D20'

red 41 ◦ green 93 ◦ blue 32

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

Shades of Myrtle #295D20

Tints of Myrtle #295D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 56.02%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 24.7%
G = 56.02%
B = 19.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#295D20 (or 0x295D20) is known color: Myrtle. HEX triplet: 29, 5D and 20. RGB value is (41,93,32). Sum of RGB (Red+Green+Blue) = 41+93+32=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #295D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D20 is #D6A2DF. Grayscale: #464646. Windows color (decimal): -14066400 or 2121001. OLE color: 2121001.

HSL color Cylindrical-coordinate representation of color #295D20: hue angle of 111.15º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295D20 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 32 -
CMYK 0.56 0 0.66 0.64
HSL 111.15º 0.49% 0.25% -
HSV(B) 111.15º 0.66% 0.36% -
XYZ 5.09 8.4 2.72 -
YUV 70.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 41 93 32 0.56 0 0.66 0.64 111.15 0.49 0.25
Hex 29 5D 20 38 0 42 40 6F 31 19
Octal 51 135 40 70 0 102 100 157 61 31
Binary 101001 1011101 100000 111000 0 1000010 1000000 1101111 110001 11001

Color Harmonies of #295D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D20

Black with #295D20

Text Example


Text Example

White with #295D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,32); }

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

background-color css

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

 a { background-color: rgb(41,93,32); }

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

border-color css

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

 span { border-color: rgb(41,93,32); }

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