Html Css Color HEX #1F2312 Rangoon Green

📋 copy color: '#1F2312'

red 31 ◦ green 35 ◦ blue 18

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

Shades of Rangoon Green #1F2312

Tints of Rangoon Green #1F2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 36.9%
G = 41.67%
B = 21.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#1F2312 (or 0x1F2312) is known color: Rangoon Green. HEX triplet: 1F, 23 and 12. RGB value is (31,35,18). Sum of RGB (Red+Green+Blue) = 31+35+18=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2312 is #E0DCED. Grayscale: #1F1F1F. Windows color (decimal): -14736622 or 1188639. OLE color: 1188639.

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

Color convert

RGB 31 35 18 -
CMYK 0.11 0 0.49 0.86
HSL 74.12º 0.32% 0.1% -
HSV(B) 74.12º 0.49% 0.14% -
XYZ 1.28 1.54 0.8 -
YUV 31.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 31 35 18 0.11 0 0.49 0.86 74.12 0.32 0.1
Hex 1F 23 12 B 0 31 56 4A 20 A
Octal 37 43 22 13 0 61 126 112 40 12
Binary 11111 100011 10010 1011 0 110001 1010110 1001010 100000 1010

Color Harmonies of #1F2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2312

Black with #1F2312

Text Example


Text Example

White with #1F2312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,18); }

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

background-color css

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

 a { background-color: rgb(31,35,18); }

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

border-color css

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

 span { border-color: rgb(31,35,18); }

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