#2F3720

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

Shades of Rangoon Green #2F3720

Tints of Rangoon Green #2F3720

Color information

#2F3720 (or 0x2F3720) is unknown color: approx Rangoon Green. HEX triplet: 2F, 37 and 20. RGB value is (47,55,32). Sum of RGB (Red+Green+Blue) = 47+55+32=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3720 is #D0C8DF. Grayscale: #323232. Windows color (decimal): -13682912 or 2111279. OLE color: 2111279.

HSL color Cylindrical-coordinate representation of color #2F3720: hue angle of 80.87º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F3720 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB475532-
CMYK0.1500.420.78
HSL80.87º26.44%17.06%-
HSV(B)80.87º41.82%21.57%-
XYZ2.83.441.88-
YUV49.99117.85125.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=35.07%
G=41.04%
B=23.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4755320.1500.420.7880.8726.4417.06
Hex2F3720F02A4E511a11
Octal576740170521161213221
Binary10111111011110000011110101010100111010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,55,32); }

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

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

 a { background-color: rgb(47,55,32); }

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

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

 span { border-color: rgb(47,55,32); }

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