#1F250C

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

Shades of Rangoon Green #1F250C

Tints of Rangoon Green #1F250C

Color information

#1F250C (or 0x1F250C) is unknown color: approx Rangoon Green. HEX triplet: 1F, 25 and 0C. RGB value is (31,37,12). Sum of RGB (Red+Green+Blue) = 31+37+12=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250C is #E0DAF3. Grayscale: #202020. Windows color (decimal): -14736116 or 795935. OLE color: 795935.

HSL color Cylindrical-coordinate representation of color #1F250C: hue angle of 74.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F250C is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB313712-
CMYK0.1600.680.85
HSL74.4º51.02%9.61%-
HSV(B)74.4º67.57%14.51%-
XYZ1.291.640.6-
YUV32.36116.51127.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 12 (5.08% from 255) = 15%
R=38.75%
G=46.25%
B=15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137120.1600.680.8574.451.029.61
Hex1F25C10044554a33a
Octal3745142001041251126312
Binary1111110010111001000001000100101010110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,12); }

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

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

 a { background-color: rgb(31,37,12); }

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

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

 span { border-color: rgb(31,37,12); }

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