Html Css Color HEX #295C13 Myrtle

📋 copy color: '#295C13'

red 41 ◦ green 92 ◦ blue 19

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

Shades of Myrtle #295C13

Tints of Myrtle #295C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 26.97%
G = 60.53%
B = 12.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#295C13 (or 0x295C13) is known color: Myrtle. HEX triplet: 29, 5C and 13. RGB value is (41,92,19). Sum of RGB (Red+Green+Blue) = 41+92+19=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #295C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295C13 is #D6A3EC. Grayscale: #444444. Windows color (decimal): -14066669 or 1268777. OLE color: 1268777.

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

Color convert

RGB 41 92 19 -
CMYK 0.55 0 0.79 0.64
HSL 101.92º 0.66% 0.22% -
HSV(B) 101.92º 0.79% 0.36% -
XYZ 4.86 8.17 1.94 -
YUV 68.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 41 92 19 0.55 0 0.79 0.64 101.92 0.66 0.22
Hex 29 5C 13 37 0 4F 40 66 42 16
Octal 51 134 23 67 0 117 100 146 102 26
Binary 101001 1011100 10011 110111 0 1001111 1000000 1100110 1000010 10110

Color Harmonies of #295C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C13

Black with #295C13

Text Example


Text Example

White with #295C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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