#25271C

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

Shades of Green Waterloo #25271C

Tints of Green Waterloo #25271C

Color information

#25271C (or 0x25271C) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 1C. RGB value is (37,39,28). Sum of RGB (Red+Green+Blue) = 37+39+28=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 39 - color contains mainly: green. Hex color #25271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25271C is #DAD8E3. Grayscale: #252525. Windows color (decimal): -14342372 or 1845029. OLE color: 1845029.

HSL color Cylindrical-coordinate representation of color #25271C: hue angle of 70.91º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #25271C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB373928-
CMYK0.0500.280.85
HSL70.91º16.42%13.14%-
HSV(B)70.91º28.21%15.29%-
XYZ1.71.931.38-
YUV37.15122.84127.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=35.58%
G=37.5%
B=26.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739280.0500.280.8570.9116.4213.14
Hex25271C501C554710d
Octal45473450341251072015
Binary1001011001111110010101110010101011000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25271C; }

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

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

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

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

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

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

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

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