#293312

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

Shades of Rangoon Green #293312

Tints of Rangoon Green #293312

Color information

#293312 (or 0x293312) is unknown color: approx Rangoon Green. HEX triplet: 29, 33 and 12. RGB value is (41,51,18). Sum of RGB (Red+Green+Blue) = 41+51+18=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #293312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293312 is #D6CCED. Grayscale: #2C2C2C. Windows color (decimal): -14077166 or 1192745. OLE color: 1192745.

HSL color Cylindrical-coordinate representation of color #293312: hue angle of 78.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293312 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB415118-
CMYK0.2000.650.8
HSL78.18º47.83%13.53%-
HSV(B)78.18º64.71%20%-
XYZ2.212.881.01-
YUV44.25113.19125.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=37.27%
G=46.36%
B=16.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151180.2000.650.878.1847.8313.53
Hex29331214041504e30e
Octal5163222401011201166016
Binary101001110011100101010001000001101000010011101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293312; }

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

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

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

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

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

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

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

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