Html Css Color HEX #1F250C Rangoon Green

📋 copy color: '#1F250C'

red 31 ◦ green 37 ◦ blue 12

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

Shades of Rangoon Green #1F250C

Tints of Rangoon Green #1F250C

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 value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#1F250C (or 0x1F250C) is known color: 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

RGB 31 37 12 -
CMYK 0.16 0 0.68 0.85
HSL 74.4º 0.51% 0.1% -
HSV(B) 74.4º 0.68% 0.15% -
XYZ 1.29 1.64 0.6 -
YUV 32.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 31 37 12 0.16 0 0.68 0.85 74.4 0.51 0.1
Hex 1F 25 C 10 0 44 55 4A 33 A
Octal 37 45 14 20 0 104 125 112 63 12
Binary 11111 100101 1100 10000 0 1000100 1010101 1001010 110011 1010

Color Harmonies of #1F250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F250C

Black with #1F250C

Text Example


Text Example

White with #1F250C

Text Example


Text Example

HTML Codes & Css Web 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>