Html Css Color HEX #295C0D Myrtle

📋 copy color: '#295C0D'

red 41 ◦ green 92 ◦ blue 13

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

Shades of Myrtle #295C0D

Tints of Myrtle #295C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 63.01%

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

R = 28.08%
G = 63.01%
B = 8.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#295C0D (or 0x295C0D) is known color: Myrtle. HEX triplet: 29, 5C and 0D. RGB value is (41,92,13). Sum of RGB (Red+Green+Blue) = 41+92+13=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #295C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295C0D is #D6A3F2. Grayscale: #444444. Windows color (decimal): -14066675 or 875561. OLE color: 875561.

HSL color Cylindrical-coordinate representation of color #295C0D: hue angle of 98.73º 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 #295C0D is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 13 -
CMYK 0.55 0 0.86 0.64
HSL 98.73º 0.75% 0.21% -
HSV(B) 98.73º 0.86% 0.36% -
XYZ 4.81 8.15 1.7 -
YUV 67.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 41 92 13 0.55 0 0.86 0.64 98.73 0.75 0.21
Hex 29 5C D 37 0 56 40 63 4B 15
Octal 51 134 15 67 0 126 100 143 113 25
Binary 101001 1011100 1101 110111 0 1010110 1000000 1100011 1001011 10101

Color Harmonies of #295C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C0D

Black with #295C0D

Text Example


Text Example

White with #295C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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