#252A06

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

Shades of Green Waterloo #252A06

Tints of Green Waterloo #252A06

Color information

#252A06 (or 0x252A06) is unknown color: approx Green Waterloo. HEX triplet: 25, 2A and 06. RGB value is (37,42,6). Sum of RGB (Red+Green+Blue) = 37+42+6=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #252A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A06 is #DAD5F9. Grayscale: #242424. Windows color (decimal): -14341626 or 404005. OLE color: 404005.

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

Color convert

RGB37426-
CMYK0.1200.860.84
HSL68.33º75%9.41%-
HSV(B)68.33º85.71%16.47%-
XYZ1.622.060.48-
YUV36.4110.84128.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 42 (16.80% from 255) = 49.41%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=43.53%
G=49.41%
B=7.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374260.1200.860.8468.33759.41
Hex252A6C05654444b9
Octal4552614012612410411311
Binary1001011010101101100010101101010100100010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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