#191B07

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

Shades of Green Waterloo #191B07

Tints of Green Waterloo #191B07

Color information

#191B07 (or 0x191B07) is unknown color: approx Green Waterloo. HEX triplet: 19, 1B and 07. RGB value is (25,27,7). Sum of RGB (Red+Green+Blue) = 25+27+7=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #191B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B07 is #E6E4F8. Grayscale: #181818. Windows color (decimal): -15131897 or 465689. OLE color: 465689.

HSL color Cylindrical-coordinate representation of color #191B07: hue angle of 66º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #191B07 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.

Color convert

RGB25277-
CMYK0.0700.740.89
HSL66º58.82%6.67%-
HSV(B)66º74.07%10.59%-
XYZ0.831.010.35-
YUV24.12118.34128.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 27 (10.94% from 255) = 45.76%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=42.37%
G=45.76%
B=11.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252770.0700.740.896658.826.67
Hex191B7704A59423b7
Octal3133770112131102737
Binary11001110111111110100101010110011000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191B07; }

 p { color: rgb(25,27,7); }

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

<style>
 a { background-color: #191B07; }

 a { background-color: rgb(25,27,7); }

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

<style>
 span { border-color: #191B07; }

 span { border-color: rgb(25,27,7); }

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