#2A301C

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

Shades of Rangoon Green #2A301C

Tints of Rangoon Green #2A301C

Color information

#2A301C (or 0x2A301C) is unknown color: approx Rangoon Green. HEX triplet: 2A, 30 and 1C. RGB value is (42,48,28). Sum of RGB (Red+Green+Blue) = 42+48+28=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #2A301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A301C is #D5CFE3. Grayscale: #2C2C2C. Windows color (decimal): -14012388 or 1847338. OLE color: 1847338.

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

Color convert

RGB424828-
CMYK0.1300.420.81
HSL78º26.32%14.9%-
HSV(B)78º41.67%18.82%-
XYZ2.222.691.5-
YUV43.93119.01126.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=35.59%
G=40.68%
B=23.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248280.1300.420.817826.3214.9
Hex2A301CD02A514e1af
Octal526034150521211163217
Binary101010110000111001101010101010100011001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,28); }

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

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

 a { background-color: rgb(42,48,28); }

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

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

 span { border-color: rgb(42,48,28); }

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