#2A301D

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

Shades of Rangoon Green #2A301D

Tints of Rangoon Green #2A301D

Color information

#2A301D (or 0x2A301D) is unknown color: approx Rangoon Green. HEX triplet: 2A, 30 and 1D. RGB value is (42,48,29). Sum of RGB (Red+Green+Blue) = 42+48+29=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #2A301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A301D is #D5CFE2. Grayscale: #2C2C2C. Windows color (decimal): -14012387 or 1912874. OLE color: 1912874.

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

Color convert

RGB424829-
CMYK0.1300.400.81
HSL78.95º24.68%15.1%-
HSV(B)78.95º39.58%18.82%-
XYZ2.232.691.56-
YUV44.04119.51126.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=35.29%
G=40.34%
B=24.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248290.1300.400.8178.9524.6815.1
Hex2A301DD028514f19f
Octal526035150501211173117
Binary101010110000111011101010100010100011001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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