#25270D

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

Shades of Green Waterloo #25270D

Tints of Green Waterloo #25270D

Color information

#25270D (or 0x25270D) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 0D. RGB value is (37,39,13). Sum of RGB (Red+Green+Blue) = 37+39+13=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #25270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25270D is #DAD8F2. Grayscale: #232323. Windows color (decimal): -14342387 or 861989. OLE color: 861989.

HSL color Cylindrical-coordinate representation of color #25270D: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25270D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB373913-
CMYK0.0500.670.85
HSL64.62º50%10.2%-
HSV(B)64.62º66.67%15.29%-
XYZ1.561.870.66-
YUV35.44115.34129.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=41.57%
G=43.82%
B=14.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739130.0500.670.8564.625010.2
Hex2527D5043554132a
Octal454715501031251016212
Binary100101100111110110101000011101010110000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25270D; }

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

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

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

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

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

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

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

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