#2C311E

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

Shades of Rangoon Green #2C311E

Tints of Rangoon Green #2C311E

Color information

#2C311E (or 0x2C311E) is unknown color: approx Rangoon Green. HEX triplet: 2C, 31 and 1E. RGB value is (44,49,30). Sum of RGB (Red+Green+Blue) = 44+49+30=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311E is #D3CEE1. Grayscale: #2D2D2D. Windows color (decimal): -13881058 or 1978668. OLE color: 1978668.

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

Color convert

RGB444930-
CMYK0.1000.390.81
HSL75.79º24.05%15.49%-
HSV(B)75.79º38.78%19.22%-
XYZ2.372.831.65-
YUV45.34119.34127.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=35.77%
G=39.84%
B=24.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449300.1000.390.8175.7924.0515.49
Hex2C311EA027514c18f
Octal546136120471211143017
Binary101100110001111101010010011110100011001100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,30); }

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

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

 a { background-color: rgb(44,49,30); }

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

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

 span { border-color: rgb(44,49,30); }

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