Html Css Color HEX #295D0D Myrtle

📋 copy color: '#295D0D'

red 41 ◦ green 93 ◦ blue 13

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

Shades of Myrtle #295D0D

Tints of Myrtle #295D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.84%

R = 27.89%
G = 63.27%
B = 8.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#295D0D (or 0x295D0D) is known color: Myrtle. HEX triplet: 29, 5D and 0D. RGB value is (41,93,13). Sum of RGB (Red+Green+Blue) = 41+93+13=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #295D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295D0D is #D6A2F2. Grayscale: #444444. Windows color (decimal): -14066419 or 875817. OLE color: 875817.

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

Color convert

RGB 41 93 13 -
CMYK 0.56 0 0.86 0.64
HSL 99º 0.75% 0.21% -
HSV(B) 99º 0.86% 0.36% -
XYZ 4.9 8.33 1.73 -
YUV 68.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 41 93 13 0.56 0 0.86 0.64 99 0.75 0.21
Hex 29 5D D 38 0 56 40 63 4B 15
Octal 51 135 15 70 0 126 100 143 113 25
Binary 101001 1011101 1101 111000 0 1010110 1000000 1100011 1001011 10101

Color Harmonies of #295D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D0D

Black with #295D0D

Text Example


Text Example

White with #295D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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