#252925

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

Shades of Gordons Green #252925

Tints of Gordons Green #252925

Color information

#252925 (or 0x252925) is unknown color: approx Gordons Green. HEX triplet: 25, 29 and 25. RGB value is (37,41,37). Sum of RGB (Red+Green+Blue) = 37+41+37=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 41 - color contains mainly: green. Hex color #252925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252925 is #DAD6DA. Grayscale: #272727. Windows color (decimal): -14341851 or 2435365. OLE color: 2435365.

HSL color Cylindrical-coordinate representation of color #252925: hue angle of 120º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #252925 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB374137-
CMYK0.1000.100.84
HSL120º5.13%15.29%-
HSV(B)120º9.76%16.08%-
XYZ1.892.112.06-
YUV39.35126.67126.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=32.17%
G=35.65%
B=32.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741370.1000.100.841205.1315.29
Hex252925A0A54785f
Octal45514512012124170517
Binary100101101001100101101001010101010011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252925; }

 p { color: rgb(37,41,37); }

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

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

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

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

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

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

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