#293112

Color #293112 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #293112

Tints of Rangoon Green #293112

Color information

#293112 (or 0x293112) is unknown color: approx Rangoon Green. HEX triplet: 29, 31 and 12. RGB value is (41,49,18). Sum of RGB (Red+Green+Blue) = 41+49+18=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #293112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293112 is #D6CEED. Grayscale: #2B2B2B. Windows color (decimal): -14077678 or 1192233. OLE color: 1192233.

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

Color convert

RGB414918-
CMYK0.1600.630.81
HSL75.48º46.27%13.14%-
HSV(B)75.48º63.27%19.22%-
XYZ2.122.710.98-
YUV43.07113.85126.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=37.96%
G=45.37%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149180.1600.630.8175.4846.2713.14
Hex2931121003F514b2ed
Octal516122200771211135615
Binary10100111000110010100000111111101000110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293112; }

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

 H1.HeaderClassName
 {
   color: #293112;
 }
 .AnyTagClassName
 {
   color: #293112;
 }
</style>
background-color css

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

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

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

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

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

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