#252E04

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

Shades of Green Waterloo #252E04

Tints of Green Waterloo #252E04

Color information

#252E04 (or 0x252E04) is unknown color: approx Green Waterloo. HEX triplet: 25, 2E and 04. RGB value is (37,46,4). Sum of RGB (Red+Green+Blue) = 37+46+4=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #252E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E04 is #DAD1FB. Grayscale: #262626. Windows color (decimal): -14340604 or 273957. OLE color: 273957.

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

Color convert

RGB37464-
CMYK0.2000.910.82
HSL72.86º84%9.8%-
HSV(B)72.86º91.3%18.04%-
XYZ1.762.360.48-
YUV38.52108.52126.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=42.53%
G=52.87%
B=4.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal374640.2000.910.8272.86849.8
Hex252E41405B524954a
Octal4556424013312211112412
Binary10010110111010010100010110111010010100100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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