Html Css Color HEX #1F2113 Green Waterloo

📋 copy color: '#1F2113'

red 31 ◦ green 33 ◦ blue 19

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

Shades of Green Waterloo #1F2113

Tints of Green Waterloo #1F2113

RGB

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

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

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

R = 37.35%
G = 39.76%
B = 22.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#1F2113 (or 0x1F2113) is known color: Green Waterloo. HEX triplet: 1F, 21 and 13. RGB value is (31,33,19). Sum of RGB (Red+Green+Blue) = 31+33+19=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2113 is #E0DEEC. Grayscale: #1E1E1E. Windows color (decimal): -14737133 or 1253663. OLE color: 1253663.

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

Color convert

RGB 31 33 19 -
CMYK 0.06 0 0.42 0.87
HSL 68.57º 0.27% 0.1% -
HSV(B) 68.57º 0.42% 0.13% -
XYZ 1.23 1.43 0.83 -
YUV 30.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 31 33 19 0.06 0 0.42 0.87 68.57 0.27 0.1
Hex 1F 21 13 6 0 2A 57 45 1B A
Octal 37 41 23 6 0 52 127 105 33 12
Binary 11111 100001 10011 110 0 101010 1010111 1000101 11011 1010

Color Harmonies of #1F2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2113

Black with #1F2113

Text Example


Text Example

White with #1F2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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