#252E07

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

Shades of Green Waterloo #252E07

Tints of Green Waterloo #252E07

Color information

#252E07 (or 0x252E07) is unknown color: approx Green Waterloo. HEX triplet: 25, 2E and 07. RGB value is (37,46,7). Sum of RGB (Red+Green+Blue) = 37+46+7=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #252E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E07 is #DAD1F8. Grayscale: #272727. Windows color (decimal): -14340601 or 470565. OLE color: 470565.

HSL color Cylindrical-coordinate representation of color #252E07: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252E07 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB37467-
CMYK0.2000.850.82
HSL73.85º73.58%10.39%-
HSV(B)73.85º84.78%18.04%-
XYZ1.782.360.56-
YUV38.86110.02126.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=41.11%
G=51.11%
B=7.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal374670.2000.850.8273.8573.5810.39
Hex252E714055524a4aa
Octal4556724012512211211212
Binary10010110111011110100010101011010010100101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E07; }

 p { color: rgb(37,46,7); }

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

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

 a { background-color: rgb(37,46,7); }

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

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

 span { border-color: rgb(37,46,7); }

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