Html Css Color HEX #1F201C Rangoon Green

📋 copy color: '#1F201C'

red 31 ◦ green 32 ◦ blue 28

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

Shades of Rangoon Green #1F201C

Tints of Rangoon Green #1F201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 35.16%

 BLUE value IS 28 (11.33% from 255) = 30.77%

R = 34.07%
G = 35.16%
B = 30.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1F201C (or 0x1F201C) is known color: Rangoon Green. HEX triplet: 1F, 20 and 1C. RGB value is (31,32,28). Sum of RGB (Red+Green+Blue) = 31+32+28=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201C is #E0DFE3. Grayscale: #1F1F1F. Windows color (decimal): -14737380 or 1843231. OLE color: 1843231.

HSL color Cylindrical-coordinate representation of color #1F201C: hue angle of 75º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1F201C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 32 28 -
CMYK 0.03 0 0.12 0.87
HSL 75º 0.07% 0.12% -
HSV(B) 75º 0.13% 0.13% -
XYZ 1.29 1.41 1.3 -
YUV 31.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 31 32 28 0.03 0 0.12 0.87 75 0.07 0.12
Hex 1F 20 1C 3 0 C 57 4B 7 C
Octal 37 40 34 3 0 14 127 113 7 14
Binary 11111 100000 11100 11 0 1100 1010111 1001011 111 1100

Color Harmonies of #1F201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F201C

Black with #1F201C

Text Example


Text Example

White with #1F201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,28); }

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

background-color css

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

 a { background-color: rgb(31,32,28); }

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

border-color css

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

 span { border-color: rgb(31,32,28); }

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