#293212

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

Shades of Rangoon Green #293212

Tints of Rangoon Green #293212

Color information

#293212 (or 0x293212) is unknown color: approx Rangoon Green. HEX triplet: 29, 32 and 12. RGB value is (41,50,18). Sum of RGB (Red+Green+Blue) = 41+50+18=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #293212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293212 is #D6CDED. Grayscale: #2B2B2B. Windows color (decimal): -14077422 or 1192489. OLE color: 1192489.

HSL color Cylindrical-coordinate representation of color #293212: hue angle of 76.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293212 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB415018-
CMYK0.1800.640.80
HSL76.88º47.06%13.33%-
HSV(B)76.88º64%19.61%-
XYZ2.162.81-
YUV43.66113.52126.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=37.61%
G=45.87%
B=16.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150180.1800.640.8076.8847.0613.33
Hex29321212040504d2fd
Octal5162222201001201155715
Binary101001110010100101001001000000101000010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293212; }

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

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

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

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

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

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

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

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