#252701

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

Shades of Green Waterloo #252701

Tints of Green Waterloo #252701

Color information

#252701 (or 0x252701) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 01. RGB value is (37,39,1). Sum of RGB (Red+Green+Blue) = 37+39+1=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #252701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252701 is #DAD8FE. Grayscale: #222222. Windows color (decimal): -14342399 or 75557. OLE color: 75557.

HSL color Cylindrical-coordinate representation of color #252701: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #252701 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB37391-
CMYK0.0500.970.85
HSL63.16º95%7.84%-
HSV(B)63.16º97.44%15.29%-
XYZ1.491.850.31-
YUV34.07109.34130.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 39 (15.62% from 255) = 50.65%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=48.05%
G=50.65%
B=1.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373910.0500.970.8563.16957.84
Hex252715061553f5f8
Octal45471501411257713710
Binary100101100111110101100001101010111111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252701; }

 p { color: rgb(37,39,1); }

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

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

 a { background-color: rgb(37,39,1); }

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

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

 span { border-color: rgb(37,39,1); }

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