#293013

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

Shades of Rangoon Green #293013

Tints of Rangoon Green #293013

Color information

#293013 (or 0x293013) is unknown color: approx Rangoon Green. HEX triplet: 29, 30 and 13. RGB value is (41,48,19). Sum of RGB (Red+Green+Blue) = 41+48+19=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #293013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293013 is #D6CFEC. Grayscale: #2A2A2A. Windows color (decimal): -14077933 or 1257513. OLE color: 1257513.

HSL color Cylindrical-coordinate representation of color #293013: hue angle of 74.48º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293013 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB414819-
CMYK0.1500.600.81
HSL74.48º43.28%13.14%-
HSV(B)74.48º60.42%18.82%-
XYZ2.092.631.01-
YUV42.6114.68126.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=37.96%
G=44.44%
B=17.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148190.1500.600.8174.4843.2813.14
Hex293013F03C514a2bd
Octal516023170741211125315
Binary1010011100001001111110111100101000110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293013; }

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

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

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

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

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

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

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

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