#2A3115

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

Shades of Rangoon Green #2A3115

Tints of Rangoon Green #2A3115

Color information

#2A3115 (or 0x2A3115) is unknown color: approx Rangoon Green. HEX triplet: 2A, 31 and 15. RGB value is (42,49,21). Sum of RGB (Red+Green+Blue) = 42+49+21=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3115 is #D5CEEA. Grayscale: #2B2B2B. Windows color (decimal): -14012139 or 1388842. OLE color: 1388842.

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

Color convert

RGB424921-
CMYK0.1400.570.81
HSL75º40%13.73%-
HSV(B)75º57.14%19.22%-
XYZ2.192.741.12-
YUV43.72115.18126.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=37.5%
G=43.75%
B=18.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249210.1400.570.81754013.73
Hex2A3115E039514b28e
Octal526125160711211135016
Binary1010101100011010111100111001101000110010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3115; }

 p { color: rgb(42,49,21); }

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

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

 a { background-color: rgb(42,49,21); }

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

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

 span { border-color: rgb(42,49,21); }

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