#2F361F

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

Shades of Rangoon Green #2F361F

Tints of Rangoon Green #2F361F

Color information

#2F361F (or 0x2F361F) is unknown color: approx Rangoon Green. HEX triplet: 2F, 36 and 1F. RGB value is (47,54,31). Sum of RGB (Red+Green+Blue) = 47+54+31=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #2F361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F361F is #D0C9E0. Grayscale: #313131. Windows color (decimal): -13683169 or 2045487. OLE color: 2045487.

HSL color Cylindrical-coordinate representation of color #2F361F: hue angle of 78.26º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F361F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB475431-
CMYK0.1300.430.79
HSL78.26º27.06%16.67%-
HSV(B)78.26º42.59%21.18%-
XYZ2.743.341.8-
YUV49.28117.68126.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=35.61%
G=40.91%
B=23.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754310.1300.430.7978.2627.0616.67
Hex2F361FD02B4F4e1b11
Octal576637150531171163321
Binary1011111101101111111010101011100111110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,31); }

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

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

 a { background-color: rgb(47,54,31); }

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

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

 span { border-color: rgb(47,54,31); }

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