#293014

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

Shades of Rangoon Green #293014

Tints of Rangoon Green #293014

Color information

#293014 (or 0x293014) is unknown color: approx Rangoon Green. HEX triplet: 29, 30 and 14. RGB value is (41,48,20). Sum of RGB (Red+Green+Blue) = 41+48+20=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #293014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293014 is #D6CFEB. Grayscale: #2A2A2A. Windows color (decimal): -14077932 or 1323049. OLE color: 1323049.

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

Color convert

RGB414820-
CMYK0.1500.580.81
HSL75º41.18%13.33%-
HSV(B)75º58.33%18.82%-
XYZ2.12.641.06-
YUV42.72115.18126.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=37.61%
G=44.04%
B=18.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148200.1500.580.817541.1813.33
Hex293014F03A514b29d
Octal516024170721211135115
Binary1010011100001010011110111010101000110010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293014; }

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

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

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

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

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

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

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

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