Html Css Color HEX #1F250E Rangoon Green

📋 copy color: '#1F250E'

red 31 ◦ green 37 ◦ blue 14

#1F250E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1F250E

Tints of Rangoon Green #1F250E

RGB

 RED value IS 31 (12.5% from 255) = 37.8%

 GREEN value IS 37 (14.84% from 255) = 45.12%

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 37.8%
G = 45.12%
B = 17.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#1F250E (or 0x1F250E) is known color: Rangoon Green. HEX triplet: 1F, 25 and 0E. RGB value is (31,37,14). Sum of RGB (Red+Green+Blue) = 31+37+14=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250E is #E0DAF1. Grayscale: #202020. Windows color (decimal): -14736114 or 927007. OLE color: 927007.

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

Color convert

RGB 31 37 14 -
CMYK 0.16 0 0.62 0.85
HSL 75.65º 0.45% 0.1% -
HSV(B) 75.65º 0.62% 0.15% -
XYZ 1.31 1.65 0.66 -
YUV 32.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 31 37 14 0.16 0 0.62 0.85 75.65 0.45 0.1
Hex 1F 25 E 10 0 3E 55 4C 2D A
Octal 37 45 16 20 0 76 125 114 55 12
Binary 11111 100101 1110 10000 0 111110 1010101 1001100 101101 1010

Color Harmonies of #1F250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F250E

Black with #1F250E

Text Example


Text Example

White with #1F250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F250E;
 }
 .AnyTagClassName
 {
   color: #1F250E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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