Html Css Color HEX #1F2411 Rangoon Green

📋 copy color: '#1F2411'

red 31 ◦ green 36 ◦ blue 17

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

Shades of Rangoon Green #1F2411

Tints of Rangoon Green #1F2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.86%

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 36.9%
G = 42.86%
B = 20.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#1F2411 (or 0x1F2411) is known color: Rangoon Green. HEX triplet: 1F, 24 and 11. RGB value is (31,36,17). Sum of RGB (Red+Green+Blue) = 31+36+17=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2411 is #E0DBEE. Grayscale: #202020. Windows color (decimal): -14736367 or 1123359. OLE color: 1123359.

HSL color Cylindrical-coordinate representation of color #1F2411: hue angle of 75.79º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F2411 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 36 17 -
CMYK 0.14 0 0.53 0.86
HSL 75.79º 0.36% 0.1% -
HSV(B) 75.79º 0.53% 0.14% -
XYZ 1.3 1.59 0.77 -
YUV 32.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 31 36 17 0.14 0 0.53 0.86 75.79 0.36 0.1
Hex 1F 24 11 E 0 35 56 4C 24 A
Octal 37 44 21 16 0 65 126 114 44 12
Binary 11111 100100 10001 1110 0 110101 1010110 1001100 100100 1010

Color Harmonies of #1F2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2411

Black with #1F2411

Text Example


Text Example

White with #1F2411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,36,17); }

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

background-color css

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

 a { background-color: rgb(31,36,17); }

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

border-color css

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

 span { border-color: rgb(31,36,17); }

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