#1F2502

Color #1F2502 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #1F2502

Tints of Green Waterloo #1F2502

Color information

#1F2502 (or 0x1F2502) is unknown color: approx Green Waterloo. HEX triplet: 1F, 25 and 02. RGB value is (31,37,2). Sum of RGB (Red+Green+Blue) = 31+37+2=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2502 is #E0DAFD. Grayscale: #1F1F1F. Windows color (decimal): -14736126 or 140575. OLE color: 140575.

HSL color Cylindrical-coordinate representation of color #1F2502: hue angle of 70.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F2502 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB31372-
CMYK0.1600.950.85
HSL70.29º89.74%7.65%-
HSV(B)70.29º94.59%14.51%-
XYZ1.241.620.3-
YUV31.22111.51127.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=44.29%
G=52.86%
B=2.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal313720.1600.950.8570.2989.747.65
Hex1F2521005F55465a8
Octal3745220013712510613210
Binary111111001011010000010111111010101100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,2); }

 H1.HeaderClassName
 {
   color: #1F2502;
 }
 .AnyTagClassName
 {
   color: #1F2502;
 }
</style>
background-color css

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

 a { background-color: rgb(31,37,2); }

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

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

 span { border-color: rgb(31,37,2); }

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