#2C3318

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

Shades of Rangoon Green #2C3318

Tints of Rangoon Green #2C3318

Color information

#2C3318 (or 0x2C3318) is unknown color: approx Rangoon Green. HEX triplet: 2C, 33 and 18. RGB value is (44,51,24). Sum of RGB (Red+Green+Blue) = 44+51+24=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #2C3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3318 is #D3CCE7. Grayscale: #2D2D2D. Windows color (decimal): -13880552 or 1585964. OLE color: 1585964.

HSL color Cylindrical-coordinate representation of color #2C3318: hue angle of 75.56º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C3318 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB445124-
CMYK0.1400.530.8
HSL75.56º36%14.71%-
HSV(B)75.56º52.94%20%-
XYZ2.392.971.31-
YUV45.83115.68126.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.97%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=36.97%
G=42.86%
B=20.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4451240.1400.530.875.563614.71
Hex2C3318E035504c24f
Octal546330160651201144417
Binary1011001100111100011100110101101000010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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