#1B1F03

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

Shades of Green Waterloo #1B1F03

Tints of Green Waterloo #1B1F03

Color information

#1B1F03 (or 0x1B1F03) is unknown color: approx Green Waterloo. HEX triplet: 1B, 1F and 03. RGB value is (27,31,3). Sum of RGB (Red+Green+Blue) = 27+31+3=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1F03 is #E4E0FC. Grayscale: #1A1A1A. Windows color (decimal): -14999805 or 204571. OLE color: 204571.

HSL color Cylindrical-coordinate representation of color #1B1F03: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B1F03 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB27313-
CMYK0.1300.900.88
HSL68.57º82.35%6.67%-
HSV(B)68.57º90.32%12.16%-
XYZ0.961.220.27-
YUV26.61114.67128.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=44.26%
G=50.82%
B=4.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal273130.1300.900.8868.5782.356.67
Hex1B1F3D05A5845527
Octal333731501321301051227
Binary110111111111110101011010101100010001011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,31,3); }

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

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

 a { background-color: rgb(27,31,3); }

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

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

 span { border-color: rgb(27,31,3); }

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