#252905

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

Shades of Green Waterloo #252905

Tints of Green Waterloo #252905

Color information

#252905 (or 0x252905) is unknown color: approx Green Waterloo. HEX triplet: 25, 29 and 05. RGB value is (37,41,5). Sum of RGB (Red+Green+Blue) = 37+41+5=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #252905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252905 is #DAD6FA. Grayscale: #232323. Windows color (decimal): -14341883 or 338213. OLE color: 338213.

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

Color convert

RGB37415-
CMYK0.1000.880.84
HSL66.67º78.26%9.02%-
HSV(B)66.67º87.8%16.08%-
XYZ1.581.990.44-
YUV35.7110.67128.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=44.58%
G=49.40%
B=6.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374150.1000.880.8466.6778.269.02
Hex25295A05854434e9
Octal4551512013012410311611
Binary1001011010011011010010110001010100100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252905; }

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

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

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

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

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

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

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

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