#293012

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

Shades of Rangoon Green #293012

Tints of Rangoon Green #293012

Color information

#293012 (or 0x293012) is unknown color: approx Rangoon Green. HEX triplet: 29, 30 and 12. RGB value is (41,48,18). Sum of RGB (Red+Green+Blue) = 41+48+18=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #293012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293012 is #D6CFED. Grayscale: #2A2A2A. Windows color (decimal): -14077934 or 1191977. OLE color: 1191977.

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

Color convert

RGB414818-
CMYK0.1500.630.81
HSL74º45.45%12.94%-
HSV(B)74º62.5%18.82%-
XYZ2.082.630.97-
YUV42.49114.18126.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=38.32%
G=44.86%
B=16.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148180.1500.630.817445.4512.94
Hex293012F03F514a2dd
Octal516022170771211125515
Binary1010011100001001011110111111101000110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293012; }

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

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

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

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

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

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

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

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