Html Css Color HEX #1F2015 Green Waterloo

📋 copy color: '#1F2015'

red 31 ◦ green 32 ◦ blue 21

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

Shades of Green Waterloo #1F2015

Tints of Green Waterloo #1F2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.1%

 BLUE value IS 21 (8.59% from 255) = 25%

R = 36.9%
G = 38.1%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#1F2015 (or 0x1F2015) is known color: Green Waterloo. HEX triplet: 1F, 20 and 15. RGB value is (31,32,21). Sum of RGB (Red+Green+Blue) = 31+32+21=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #1F2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2015 is #E0DFEA. Grayscale: #1E1E1E. Windows color (decimal): -14737387 or 1384479. OLE color: 1384479.

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

Color convert

RGB 31 32 21 -
CMYK 0.03 0 0.34 0.87
HSL 65.45º 0.21% 0.1% -
HSV(B) 65.45º 0.34% 0.13% -
XYZ 1.22 1.38 0.91 -
YUV 30.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 31 32 21 0.03 0 0.34 0.87 65.45 0.21 0.1
Hex 1F 20 15 3 0 22 57 41 15 A
Octal 37 40 25 3 0 42 127 101 25 12
Binary 11111 100000 10101 11 0 100010 1010111 1000001 10101 1010

Color Harmonies of #1F2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2015

Black with #1F2015

Text Example


Text Example

White with #1F2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,21); }

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

background-color css

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

 a { background-color: rgb(31,32,21); }

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

border-color css

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

 span { border-color: rgb(31,32,21); }

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