#252712

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

Shades of Green Waterloo #252712

Tints of Green Waterloo #252712

Color information

#252712 (or 0x252712) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 12. RGB value is (37,39,18). Sum of RGB (Red+Green+Blue) = 37+39+18=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #252712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252712 is #DAD8ED. Grayscale: #242424. Windows color (decimal): -14342382 or 1189669. OLE color: 1189669.

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

Color convert

RGB373918-
CMYK0.0500.540.85
HSL65.71º36.84%11.18%-
HSV(B)65.71º53.85%15.29%-
XYZ1.61.890.85-
YUV36.01117.84128.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=39.36%
G=41.49%
B=19.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739180.0500.540.8565.7136.8411.18
Hex2527125036554225b
Octal45472250661251024513
Binary100101100111100101010110110101010110000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252712; }

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

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

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

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

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

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

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

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