#252825

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

Shades of Gordons Green #252825

Tints of Gordons Green #252825

Color information

#252825 (or 0x252825) is unknown color: approx Gordons Green. HEX triplet: 25, 28 and 25. RGB value is (37,40,37). Sum of RGB (Red+Green+Blue) = 37+40+37=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 40 - color contains mainly: green. Hex color #252825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252825 is #DAD7DA. Grayscale: #262626. Windows color (decimal): -14342107 or 2435109. OLE color: 2435109.

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

Color convert

RGB374037-
CMYK0.0700.070.84
HSL120º3.9%15.1%-
HSV(B)120º7.5%15.69%-
XYZ1.862.042.05-
YUV38.76127.01126.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=32.46%
G=35.09%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740370.0700.070.841203.915.1
Hex25282570754784f
Octal455045707124170417
Binary1001011010001001011110111101010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252825; }

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

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

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

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

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

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

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

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