Html Css Color HEX #1F2219 Rangoon Green

📋 copy color: '#1F2219'

red 31 ◦ green 34 ◦ blue 25

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

Shades of Rangoon Green #1F2219

Tints of Rangoon Green #1F2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.78%

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 34.44%
G = 37.78%
B = 27.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#1F2219 (or 0x1F2219) is known color: Rangoon Green. HEX triplet: 1F, 22 and 19. RGB value is (31,34,25). Sum of RGB (Red+Green+Blue) = 31+34+25=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 34 - color contains mainly: green. Hex color #1F2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2219 is #E0DDE6. Grayscale: #202020. Windows color (decimal): -14736871 or 1647135. OLE color: 1647135.

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

Color convert

RGB 31 34 25 -
CMYK 0.09 0 0.26 0.87
HSL 80º 0.15% 0.12% -
HSV(B) 80º 0.26% 0.13% -
XYZ 1.31 1.51 1.14 -
YUV 32.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 31 34 25 0.09 0 0.26 0.87 80 0.15 0.12
Hex 1F 22 19 9 0 1A 57 50 F C
Octal 37 42 31 11 0 32 127 120 17 14
Binary 11111 100010 11001 1001 0 11010 1010111 1010000 1111 1100

Color Harmonies of #1F2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2219

Black with #1F2219

Text Example


Text Example

White with #1F2219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,34,25); }

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

background-color css

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

 a { background-color: rgb(31,34,25); }

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

border-color css

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

 span { border-color: rgb(31,34,25); }

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