#2C3218

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

Shades of Rangoon Green #2C3218

Tints of Rangoon Green #2C3218

Color information

#2C3218 (or 0x2C3218) is unknown color: approx Rangoon Green. HEX triplet: 2C, 32 and 18. RGB value is (44,50,24). Sum of RGB (Red+Green+Blue) = 44+50+24=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3218 is #D3CDE7. Grayscale: #2D2D2D. Windows color (decimal): -13880808 or 1585708. OLE color: 1585708.

HSL color Cylindrical-coordinate representation of color #2C3218: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C3218 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB445024-
CMYK0.1200.520.80
HSL73.85º35.14%14.51%-
HSV(B)73.85º52%19.61%-
XYZ2.342.881.3-
YUV45.24116.01127.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=37.29%
G=42.37%
B=20.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450240.1200.520.8073.8535.1414.51
Hex2C3218C034504a23f
Octal546230140641201124317
Binary1011001100101100011000110100101000010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,24); }

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

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

 a { background-color: rgb(44,50,24); }

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

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

 span { border-color: rgb(44,50,24); }

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