#252D0A

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

Shades of Green Waterloo #252D0A

Tints of Green Waterloo #252D0A

Color information

#252D0A (or 0x252D0A) is unknown color: approx Green Waterloo. HEX triplet: 25, 2D and 0A. RGB value is (37,45,10). Sum of RGB (Red+Green+Blue) = 37+45+10=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #252D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D0A is #DAD2F5. Grayscale: #262626. Windows color (decimal): -14340854 or 666917. OLE color: 666917.

HSL color Cylindrical-coordinate representation of color #252D0A: hue angle of 73.71º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252D0A is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB374510-
CMYK0.1800.780.82
HSL73.71º63.64%10.78%-
HSV(B)73.71º77.78%17.65%-
XYZ1.762.290.64-
YUV38.62111.85126.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=40.22%
G=48.91%
B=10.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745100.1800.780.8273.7163.6410.78
Hex252DA1204E524a40b
Octal45551222011612211210013
Binary100101101101101010010010011101010010100101010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,10); }

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

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

 a { background-color: rgb(37,45,10); }

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

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

 span { border-color: rgb(37,45,10); }

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