#252A14

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

Shades of Green Waterloo #252A14

Tints of Green Waterloo #252A14

Color information

#252A14 (or 0x252A14) is unknown color: approx Green Waterloo. HEX triplet: 25, 2A and 14. RGB value is (37,42,20). Sum of RGB (Red+Green+Blue) = 37+42+20=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #252A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A14 is #DAD5EB. Grayscale: #262626. Windows color (decimal): -14341612 or 1321509. OLE color: 1321509.

HSL color Cylindrical-coordinate representation of color #252A14: hue angle of 73.64º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #252A14 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB374220-
CMYK0.1200.520.84
HSL73.64º35.48%12.16%-
HSV(B)73.64º52.38%16.47%-
XYZ1.722.10.98-
YUV38117.84127.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=37.37%
G=42.42%
B=20.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3742200.1200.520.8473.6435.4812.16
Hex252A14C034544a23c
Octal455224140641241124314
Binary1001011010101010011000110100101010010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,20); }

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

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

 a { background-color: rgb(37,42,20); }

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

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

 span { border-color: rgb(37,42,20); }

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