Html Css Color HEX #293113 Rangoon Green

📋 copy color: '#293113'

red 41 ◦ green 49 ◦ blue 19

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

Shades of Rangoon Green #293113

Tints of Rangoon Green #293113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.95%

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

R = 37.61%
G = 44.95%
B = 17.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#293113 (or 0x293113) is known color: Rangoon Green. HEX triplet: 29, 31 and 13. RGB value is (41,49,19). Sum of RGB (Red+Green+Blue) = 41+49+19=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #293113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293113 is #D6CEEC. Grayscale: #2B2B2B. Windows color (decimal): -14077677 or 1257769. OLE color: 1257769.

HSL color Cylindrical-coordinate representation of color #293113: hue angle of 76º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293113 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 19 -
CMYK 0.16 0 0.61 0.81
HSL 76º 0.44% 0.13% -
HSV(B) 76º 0.61% 0.19% -
XYZ 2.13 2.72 1.03 -
YUV 43.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 41 49 19 0.16 0 0.61 0.81 76 0.44 0.13
Hex 29 31 13 10 0 3D 51 4C 2C D
Octal 51 61 23 20 0 75 121 114 54 15
Binary 101001 110001 10011 10000 0 111101 1010001 1001100 101100 1101

Color Harmonies of #293113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293113

Black with #293113

Text Example


Text Example

White with #293113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293113; }

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

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

background-color css

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

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

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

border-color css

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

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

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