#252908

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

Shades of Green Waterloo #252908

Tints of Green Waterloo #252908

Color information

#252908 (or 0x252908) is unknown color: approx Green Waterloo. HEX triplet: 25, 29 and 08. RGB value is (37,41,8). Sum of RGB (Red+Green+Blue) = 37+41+8=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #252908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252908 is #DAD6F7. Grayscale: #242424. Windows color (decimal): -14341880 or 534821. OLE color: 534821.

HSL color Cylindrical-coordinate representation of color #252908: hue angle of 67.27º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252908 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB37418-
CMYK0.1000.800.84
HSL67.27º67.35%9.61%-
HSV(B)67.27º80.49%16.08%-
XYZ1.620.53-
YUV36.04112.17128.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=43.02%
G=47.67%
B=9.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374180.1000.800.8467.2767.359.61
Hex25298A050544343a
Octal45511012012012410310312
Binary10010110100110001010010100001010100100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252908; }

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

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

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

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

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

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

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

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