Html Css Color HEX #1F250D Rangoon Green

📋 copy color: '#1F250D'

red 31 ◦ green 37 ◦ blue 13

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

Shades of Rangoon Green #1F250D

Tints of Rangoon Green #1F250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 38.27%
G = 45.68%
B = 16.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#1F250D (or 0x1F250D) is known color: Rangoon Green. HEX triplet: 1F, 25 and 0D. RGB value is (31,37,13). Sum of RGB (Red+Green+Blue) = 31+37+13=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250D is #E0DAF2. Grayscale: #202020. Windows color (decimal): -14736115 or 861471. OLE color: 861471.

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

Color convert

RGB 31 37 13 -
CMYK 0.16 0 0.65 0.85
HSL 75º 0.48% 0.1% -
HSV(B) 75º 0.65% 0.15% -
XYZ 1.3 1.64 0.63 -
YUV 32.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 31 37 13 0.16 0 0.65 0.85 75 0.48 0.1
Hex 1F 25 D 10 0 41 55 4B 30 A
Octal 37 45 15 20 0 101 125 113 60 12
Binary 11111 100101 1101 10000 0 1000001 1010101 1001011 110000 1010

Color Harmonies of #1F250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F250D

Black with #1F250D

Text Example


Text Example

White with #1F250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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