Html Css Color HEX #1F250F Rangoon Green

📋 copy color: '#1F250F'

red 31 ◦ green 37 ◦ blue 15

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

Shades of Rangoon Green #1F250F

Tints of Rangoon Green #1F250F

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

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 31 37 15 -
CMYK 0.16 0 0.59 0.85
HSL 76.36º 0.42% 0.1% -
HSV(B) 76.36º 0.59% 0.15% -
XYZ 1.31 1.65 0.7 -
YUV 32.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 31 37 15 0.16 0 0.59 0.85 76.36 0.42 0.1
Hex 1F 25 F 10 0 3B 55 4C 2A A
Octal 37 45 17 20 0 73 125 114 52 12
Binary 11111 100101 1111 10000 0 111011 1010101 1001100 101010 1010

Color Harmonies of #1F250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F250F

Black with #1F250F

Text Example


Text Example

White with #1F250F

Text Example


Text Example

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