Html Css Color HEX #1F2201 Green Waterloo

📋 copy color: '#1F2201'

red 31 ◦ green 34 ◦ blue 1

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

Shades of Green Waterloo #1F2201

Tints of Green Waterloo #1F2201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.52%

R = 46.97%
G = 51.52%
B = 1.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1F2201 (or 0x1F2201) is known color: Green Waterloo. HEX triplet: 1F, 22 and 01. RGB value is (31,34,1). Sum of RGB (Red+Green+Blue) = 31+34+1=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #1F2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2201 is #E0DDFE. Grayscale: #1D1D1D. Windows color (decimal): -14736895 or 74271. OLE color: 74271.

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

Color convert

RGB 31 34 1 -
CMYK 0.09 0 0.97 0.87
HSL 65.45º 0.94% 0.07% -
HSV(B) 65.45º 0.97% 0.13% -
XYZ 1.14 1.44 0.25 -
YUV 29.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 31 34 1 0.09 0 0.97 0.87 65.45 0.94 0.07
Hex 1F 22 1 9 0 61 57 41 5E 7
Octal 37 42 1 11 0 141 127 101 136 7
Binary 11111 100010 1 1001 0 1100001 1010111 1000001 1011110 111

Color Harmonies of #1F2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2201

Black with #1F2201

Text Example


Text Example

White with #1F2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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