Html Css Color HEX #1F220F Green Waterloo

📋 copy color: '#1F220F'

red 31 ◦ green 34 ◦ blue 15

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

Shades of Green Waterloo #1F220F

Tints of Green Waterloo #1F220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 38.75%
G = 42.5%
B = 18.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#1F220F (or 0x1F220F) is known color: Green Waterloo. HEX triplet: 1F, 22 and 0F. RGB value is (31,34,15). Sum of RGB (Red+Green+Blue) = 31+34+15=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #1F220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F220F is #E0DDF0. Grayscale: #1F1F1F. Windows color (decimal): -14736881 or 991775. OLE color: 991775.

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

Color convert

RGB 31 34 15 -
CMYK 0.09 0 0.56 0.87
HSL 69.47º 0.39% 0.1% -
HSV(B) 69.47º 0.56% 0.13% -
XYZ 1.22 1.47 0.67 -
YUV 30.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 31 34 15 0.09 0 0.56 0.87 69.47 0.39 0.1
Hex 1F 22 F 9 0 38 57 45 27 A
Octal 37 42 17 11 0 70 127 105 47 12
Binary 11111 100010 1111 1001 0 111000 1010111 1000101 100111 1010

Color Harmonies of #1F220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F220F

Black with #1F220F

Text Example


Text Example

White with #1F220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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