Html Css Color HEX #1F211A Rangoon Green

📋 copy color: '#1F211A'

red 31 ◦ green 33 ◦ blue 26

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

Shades of Rangoon Green #1F211A

Tints of Rangoon Green #1F211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.67%

 BLUE value IS 26 (10.55% from 255) = 28.89%

R = 34.44%
G = 36.67%
B = 28.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#1F211A (or 0x1F211A) is known color: Rangoon Green. HEX triplet: 1F, 21 and 1A. RGB value is (31,33,26). Sum of RGB (Red+Green+Blue) = 31+33+26=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1F211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F211A is #E0DEE5. Grayscale: #1F1F1F. Windows color (decimal): -14737126 or 1712415. OLE color: 1712415.

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

Color convert

RGB 31 33 26 -
CMYK 0.06 0 0.21 0.87
HSL 77.14º 0.12% 0.12% -
HSV(B) 77.14º 0.21% 0.13% -
XYZ 1.3 1.45 1.19 -
YUV 31.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 31 33 26 0.06 0 0.21 0.87 77.14 0.12 0.12
Hex 1F 21 1A 6 0 15 57 4D C C
Octal 37 41 32 6 0 25 127 115 14 14
Binary 11111 100001 11010 110 0 10101 1010111 1001101 1100 1100

Color Harmonies of #1F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F211A

Black with #1F211A

Text Example


Text Example

White with #1F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,26); }

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

background-color css

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

 a { background-color: rgb(31,33,26); }

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

border-color css

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

 span { border-color: rgb(31,33,26); }

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