#252E05

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

Shades of Green Waterloo #252E05

Tints of Green Waterloo #252E05

Color information

#252E05 (or 0x252E05) is unknown color: approx Green Waterloo. HEX triplet: 25, 2E and 05. RGB value is (37,46,5). Sum of RGB (Red+Green+Blue) = 37+46+5=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 46 (18.36% from 255 or 52.27% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 46 - color contains mainly: green. Hex color #252E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E05 is #DAD1FA. Grayscale: #262626. Windows color (decimal): -14340603 or 339493. OLE color: 339493.

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

Color convert

RGB37465-
CMYK0.2000.890.82
HSL73.17º80.39%10%-
HSV(B)73.17º89.13%18.04%-
XYZ1.772.360.51-
YUV38.64109.02126.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 46 (18.36% from 255) = 52.27%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=42.05%
G=52.27%
B=5.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal374650.2000.890.8273.1780.3910
Hex252E514059524950a
Octal4556524013112211112012
Binary10010110111010110100010110011010010100100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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