#252812

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

Shades of Green Waterloo #252812

Tints of Green Waterloo #252812

Color information

#252812 (or 0x252812) is unknown color: approx Green Waterloo. HEX triplet: 25, 28 and 12. RGB value is (37,40,18). Sum of RGB (Red+Green+Blue) = 37+40+18=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #252812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252812 is #DAD7ED. Grayscale: #242424. Windows color (decimal): -14342126 or 1189925. OLE color: 1189925.

HSL color Cylindrical-coordinate representation of color #252812: hue angle of 68.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252812 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB374018-
CMYK0.0700.550.84
HSL68.18º37.93%11.37%-
HSV(B)68.18º55%15.69%-
XYZ1.631.950.86-
YUV36.59117.51128.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=38.95%
G=42.11%
B=18.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740180.0700.550.8468.1837.9311.37
Hex2528127037544426b
Octal45502270671241044613
Binary100101101000100101110110111101010010001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252812; }

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

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

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

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

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

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

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

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