#252900

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

Shades of Green Waterloo #252900

Tints of Green Waterloo #252900

Color information

#252900 (or 0x252900) is unknown color: approx Green Waterloo. HEX triplet: 25, 29 and 00. RGB value is (37,41,0). Sum of RGB (Red+Green+Blue) = 37+41+0=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #252900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252900 is #DAD6FF. Grayscale: #232323. Windows color (decimal): -14341888 or 10533. OLE color: 10533.

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

Color convert

RGB37410-
CMYK0.10010.84
HSL65.85º100%8.04%-
HSV(B)65.85º100%16.08%-
XYZ1.561.980.3-
YUV35.13108.17129.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 41 (16.41% from 255) = 52.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.44%
G=52.56%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374100.10010.8465.851008.04
Hex25290A0645442648
Octal4551012014412410214410
Binary10010110100101010011001001010100100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252900; }

 p { color: rgb(37,41,0); }

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

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

 a { background-color: rgb(37,41,0); }

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

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

 span { border-color: rgb(37,41,0); }

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