#25270F

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

Shades of Green Waterloo #25270F

Tints of Green Waterloo #25270F

Color information

#25270F (or 0x25270F) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 0F. RGB value is (37,39,15). Sum of RGB (Red+Green+Blue) = 37+39+15=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #25270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25270F is #DAD8F0. Grayscale: #232323. Windows color (decimal): -14342385 or 993061. OLE color: 993061.

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

Color convert

RGB373915-
CMYK0.0500.620.85
HSL65º44.44%10.59%-
HSV(B)65º61.54%15.29%-
XYZ1.571.880.73-
YUV35.67116.34128.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=40.66%
G=42.86%
B=16.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739150.0500.620.856544.4410.59
Hex2527F503E55412cb
Octal45471750761251015413
Binary10010110011111111010111110101010110000011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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