#293114

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

Shades of Rangoon Green #293114

Tints of Rangoon Green #293114

Color information

#293114 (or 0x293114) is unknown color: approx Rangoon Green. HEX triplet: 29, 31 and 14. RGB value is (41,49,20). Sum of RGB (Red+Green+Blue) = 41+49+20=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #293114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293114 is #D6CEEB. Grayscale: #2B2B2B. Windows color (decimal): -14077676 or 1323305. OLE color: 1323305.

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

Color convert

RGB414920-
CMYK0.1600.590.81
HSL76.55º42.03%13.53%-
HSV(B)76.55º59.18%19.22%-
XYZ2.142.721.07-
YUV43.3114.85126.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=37.27%
G=44.55%
B=18.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149200.1600.590.8176.5542.0313.53
Hex2931141003B514d2ae
Octal516124200731211155216
Binary10100111000110100100000111011101000110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293114; }

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

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

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

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

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

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

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

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