#2C311F

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

Shades of Rangoon Green #2C311F

Tints of Rangoon Green #2C311F

Color information

#2C311F (or 0x2C311F) is unknown color: approx Rangoon Green. HEX triplet: 2C, 31 and 1F. RGB value is (44,49,31). Sum of RGB (Red+Green+Blue) = 44+49+31=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311F is #D3CEE0. Grayscale: #2D2D2D. Windows color (decimal): -13881057 or 2044204. OLE color: 2044204.

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

Color convert

RGB444931-
CMYK0.1000.370.81
HSL76.67º22.5%15.69%-
HSV(B)76.67º36.73%19.22%-
XYZ2.382.831.72-
YUV45.45119.84126.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 31 (12.5% from 255) = 25%
R=35.48%
G=39.52%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449310.1000.370.8176.6722.515.69
Hex2C311FA025514d1610
Octal546137120451211152620
Binary1011001100011111110100100101101000110011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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