#252904

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

Shades of Green Waterloo #252904

Tints of Green Waterloo #252904

Color information

#252904 (or 0x252904) is unknown color: approx Green Waterloo. HEX triplet: 25, 29 and 04. RGB value is (37,41,4). Sum of RGB (Red+Green+Blue) = 37+41+4=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #252904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252904 is #DAD6FB. Grayscale: #232323. Windows color (decimal): -14341884 or 272677. OLE color: 272677.

HSL color Cylindrical-coordinate representation of color #252904: hue angle of 66.49º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #252904 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB37414-
CMYK0.1000.900.84
HSL66.49º82.22%8.82%-
HSV(B)66.49º90.24%16.08%-
XYZ1.581.990.42-
YUV35.59110.17129.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=45.12%
G=50%
B=4.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374140.1000.900.8466.4982.228.82
Hex25294A05A5442529
Octal4551412013212410212211
Binary1001011010011001010010110101010100100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252904; }

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

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

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

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

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

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

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

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