#252802

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

Shades of Green Waterloo #252802

Tints of Green Waterloo #252802

Color information

#252802 (or 0x252802) is unknown color: approx Green Waterloo. HEX triplet: 25, 28 and 02. RGB value is (37,40,2). Sum of RGB (Red+Green+Blue) = 37+40+2=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #252802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252802 is #DAD7FD. Grayscale: #222222. Windows color (decimal): -14342142 or 141349. OLE color: 141349.

HSL color Cylindrical-coordinate representation of color #252802: hue angle of 64.74º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #252802 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB37402-
CMYK0.0700.950.84
HSL64.74º90.48%8.24%-
HSV(B)64.74º95%15.69%-
XYZ1.531.920.35-
YUV34.77109.51129.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=46.84%
G=50.63%
B=2.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374020.0700.950.8464.7490.488.24
Hex25282705F54415a8
Octal455027013712410113210
Binary10010110100010111010111111010100100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252802; }

 p { color: rgb(37,40,2); }

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

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

 a { background-color: rgb(37,40,2); }

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

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

 span { border-color: rgb(37,40,2); }

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