#2A301F

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

Shades of Rangoon Green #2A301F

Tints of Rangoon Green #2A301F

Color information

#2A301F (or 0x2A301F) is unknown color: approx Rangoon Green. HEX triplet: 2A, 30 and 1F. RGB value is (42,48,31). Sum of RGB (Red+Green+Blue) = 42+48+31=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2A301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A301F is #D5CFE0. Grayscale: #2C2C2C. Windows color (decimal): -14012385 or 2043946. OLE color: 2043946.

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

Color convert

RGB424831-
CMYK0.1300.350.81
HSL81.18º21.52%15.49%-
HSV(B)81.18º35.42%18.82%-
XYZ2.262.711.7-
YUV44.27120.51126.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=34.71%
G=39.67%
B=25.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248310.1300.350.8181.1821.5215.49
Hex2A301FD023515116f
Octal526037150431211212617
Binary101010110000111111101010001110100011010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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