#2C321E

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

Shades of Rangoon Green #2C321E

Tints of Rangoon Green #2C321E

Color information

#2C321E (or 0x2C321E) is unknown color: approx Rangoon Green. HEX triplet: 2C, 32 and 1E. RGB value is (44,50,30). Sum of RGB (Red+Green+Blue) = 44+50+30=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #2C321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C321E is #D3CDE1. Grayscale: #2E2E2E. Windows color (decimal): -13880802 or 1978924. OLE color: 1978924.

HSL color Cylindrical-coordinate representation of color #2C321E: hue angle of 78º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C321E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB445030-
CMYK0.1200.400.80
HSL78º25%15.69%-
HSV(B)78º40%19.61%-
XYZ2.412.911.66-
YUV45.93119.01126.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=35.48%
G=40.32%
B=24.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450300.1200.400.80782515.69
Hex2C321EC028504e1910
Octal546236140501201163120
Binary1011001100101111011000101000101000010011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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