#1F2804

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

Shades of Rangoon Green #1F2804

Tints of Rangoon Green #1F2804

Color information

#1F2804 (or 0x1F2804) is unknown color: approx Rangoon Green. HEX triplet: 1F, 28 and 04. RGB value is (31,40,4). Sum of RGB (Red+Green+Blue) = 31+40+4=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2804 is #E0D7FB. Grayscale: #212121. Windows color (decimal): -14735356 or 272415. OLE color: 272415.

HSL color Cylindrical-coordinate representation of color #1F2804: hue angle of 75º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F2804 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB31404-
CMYK0.2200.900.84
HSL75º81.82%8.63%-
HSV(B)75º90%15.69%-
XYZ1.351.820.39-
YUV33.2111.52126.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=41.33%
G=53.33%
B=5.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal314040.2200.900.847581.828.63
Hex1F2841605A544b529
Octal3750426013212411312211
Binary1111110100010010110010110101010100100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,4); }

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

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

 a { background-color: rgb(31,40,4); }

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

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

 span { border-color: rgb(31,40,4); }

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