#252912

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

Shades of Green Waterloo #252912

Tints of Green Waterloo #252912

Color information

#252912 (or 0x252912) is unknown color: approx Green Waterloo. HEX triplet: 25, 29 and 12. RGB value is (37,41,18). Sum of RGB (Red+Green+Blue) = 37+41+18=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #252912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252912 is #DAD6ED. Grayscale: #252525. Windows color (decimal): -14341870 or 1190181. OLE color: 1190181.

HSL color Cylindrical-coordinate representation of color #252912: hue angle of 70.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252912 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB374118-
CMYK0.1000.560.84
HSL70.43º38.98%11.57%-
HSV(B)70.43º56.1%16.08%-
XYZ1.672.020.87-
YUV37.18117.17127.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=38.54%
G=42.71%
B=18.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741180.1000.560.8470.4338.9811.57
Hex252912A038544627c
Octal455122120701241064714
Binary1001011010011001010100111000101010010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252912; }

 p { color: rgb(37,41,18); }

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

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

 a { background-color: rgb(37,41,18); }

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

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

 span { border-color: rgb(37,41,18); }

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