#1F2410

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

Shades of Rangoon Green #1F2410

Tints of Rangoon Green #1F2410

Color information

#1F2410 (or 0x1F2410) is unknown color: approx Rangoon Green. HEX triplet: 1F, 24 and 10. RGB value is (31,36,16). Sum of RGB (Red+Green+Blue) = 31+36+16=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2410 is #E0DBEF. Grayscale: #202020. Windows color (decimal): -14736368 or 1057823. OLE color: 1057823.

HSL color Cylindrical-coordinate representation of color #1F2410: hue angle of 75º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F2410 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB313616-
CMYK0.1400.560.86
HSL75º38.46%10.2%-
HSV(B)75º55.56%14.12%-
XYZ1.291.590.73-
YUV32.22118.84127.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=37.35%
G=43.37%
B=19.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136160.1400.560.867538.4610.2
Hex1F2410E038564b26a
Octal374420160701261134612
Binary111111001001000011100111000101011010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,16); }

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

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

 a { background-color: rgb(31,36,16); }

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

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

 span { border-color: rgb(31,36,16); }

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