Html Css Color HEX #1F2413 Rangoon Green

📋 copy color: '#1F2413'

red 31 ◦ green 36 ◦ blue 19

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

Shades of Rangoon Green #1F2413

Tints of Rangoon Green #1F2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 36.05%
G = 41.86%
B = 22.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#1F2413 (or 0x1F2413) is known color: Rangoon Green. HEX triplet: 1F, 24 and 13. RGB value is (31,36,19). Sum of RGB (Red+Green+Blue) = 31+36+19=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2413 is #E0DBEC. Grayscale: #202020. Windows color (decimal): -14736365 or 1254431. OLE color: 1254431.

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

Color convert

RGB 31 36 19 -
CMYK 0.14 0 0.47 0.86
HSL 77.65º 0.31% 0.11% -
HSV(B) 77.65º 0.47% 0.14% -
XYZ 1.31 1.6 0.86 -
YUV 32.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 31 36 19 0.14 0 0.47 0.86 77.65 0.31 0.11
Hex 1F 24 13 E 0 2F 56 4E 1F B
Octal 37 44 23 16 0 57 126 116 37 13
Binary 11111 100100 10011 1110 0 101111 1010110 1001110 11111 1011

Color Harmonies of #1F2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2413

Black with #1F2413

Text Example


Text Example

White with #1F2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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