#1F250F

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

Shades of Rangoon Green #1F250F

Tints of Rangoon Green #1F250F

Color information

#1F250F (or 0x1F250F) is unknown color: approx Rangoon Green. HEX triplet: 1F, 25 and 0F. RGB value is (31,37,15). Sum of RGB (Red+Green+Blue) = 31+37+15=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250F is #E0DAF0. Grayscale: #202020. Windows color (decimal): -14736113 or 992543. OLE color: 992543.

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

Color convert

RGB313715-
CMYK0.1600.590.85
HSL76.36º42.31%10.2%-
HSV(B)76.36º59.46%14.51%-
XYZ1.311.650.7-
YUV32.7118.01126.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=37.35%
G=44.58%
B=18.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137150.1600.590.8576.3642.3110.2
Hex1F25F1003B554c2aa
Octal374517200731251145212
Binary111111001011111100000111011101010110011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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