#2C3418

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

Shades of Rangoon Green #2C3418

Tints of Rangoon Green #2C3418

Color information

#2C3418 (or 0x2C3418) is unknown color: approx Rangoon Green. HEX triplet: 2C, 34 and 18. RGB value is (44,52,24). Sum of RGB (Red+Green+Blue) = 44+52+24=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3418 is #D3CBE7. Grayscale: #2E2E2E. Windows color (decimal): -13880296 or 1586220. OLE color: 1586220.

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

Color convert

RGB445224-
CMYK0.1500.540.80
HSL77.14º36.84%14.9%-
HSV(B)77.14º53.85%20.39%-
XYZ2.433.061.33-
YUV46.42115.35126.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 24 (9.77% from 255) = 20%
R=36.67%
G=43.33%
B=20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4452240.1500.540.8077.1436.8414.9
Hex2C3418F036504d25f
Octal546430170661201154517
Binary1011001101001100011110110110101000010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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