#2C3022

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

Shades of Rangoon Green #2C3022

Tints of Rangoon Green #2C3022

Color information

#2C3022 (or 0x2C3022) is unknown color: approx Rangoon Green. HEX triplet: 2C, 30 and 22. RGB value is (44,48,34). Sum of RGB (Red+Green+Blue) = 44+48+34=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3022 is #D3CFDD. Grayscale: #2D2D2D. Windows color (decimal): -13881310 or 2240556. OLE color: 2240556.

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

Color convert

RGB444834-
CMYK0.0800.290.81
HSL77.14º17.07%16.08%-
HSV(B)77.14º29.17%18.82%-
XYZ2.382.761.92-
YUV45.21121.67127.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.92%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=34.92%
G=38.10%
B=26.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448340.0800.290.8177.1417.0716.08
Hex2C3022801D514d1110
Octal546042100351211152120
Binary1011001100001000101000011101101000110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,34); }

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

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

 a { background-color: rgb(44,48,34); }

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

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

 span { border-color: rgb(44,48,34); }

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