#1F201C

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

Shades of Rangoon Green #1F201C

Tints of Rangoon Green #1F201C

Color information

#1F201C (or 0x1F201C) is unknown color: approx Rangoon Green. HEX triplet: 1F, 20 and 1C. RGB value is (31,32,28). Sum of RGB (Red+Green+Blue) = 31+32+28=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201C is #E0DFE3. Grayscale: #1F1F1F. Windows color (decimal): -14737380 or 1843231. OLE color: 1843231.

HSL color Cylindrical-coordinate representation of color #1F201C: hue angle of 75º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1F201C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB313228-
CMYK0.0300.120.87
HSL75º6.67%11.76%-
HSV(B)75º12.5%12.55%-
XYZ1.291.411.3-
YUV31.24126.17127.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=34.07%
G=35.16%
B=30.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3132280.0300.120.87756.6711.76
Hex1F201C30C574b7c
Octal3740343014127113714
Binary11111100000111001101100101011110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F201C; }

 p { color: rgb(31,32,28); }

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

<style>
 a { background-color: #1F201C; }

 a { background-color: rgb(31,32,28); }

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

<style>
 span { border-color: #1F201C; }

 span { border-color: rgb(31,32,28); }

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