#2C3219

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

Shades of Rangoon Green #2C3219

Tints of Rangoon Green #2C3219

Color information

#2C3219 (or 0x2C3219) is unknown color: approx Rangoon Green. HEX triplet: 2C, 32 and 19. RGB value is (44,50,25). Sum of RGB (Red+Green+Blue) = 44+50+25=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3219 is #D3CDE6. Grayscale: #2D2D2D. Windows color (decimal): -13880807 or 1651244. OLE color: 1651244.

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

Color convert

RGB445025-
CMYK0.1200.500.80
HSL74.4º33.33%14.71%-
HSV(B)74.4º50%19.61%-
XYZ2.352.891.35-
YUV45.36116.51127.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.97%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=36.97%
G=42.02%
B=21.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450250.1200.500.8074.433.3314.71
Hex2C3219C032504a21f
Octal546231140621201124117
Binary1011001100101100111000110010101000010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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