#252C26

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

Shades of Gordons Green #252C26

Tints of Gordons Green #252C26

Color information

#252C26 (or 0x252C26) is unknown color: approx Gordons Green. HEX triplet: 25, 2C and 26. RGB value is (37,44,38). Sum of RGB (Red+Green+Blue) = 37+44+38=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 44 - color contains mainly: green. Hex color #252C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C26 is #DAD3D9. Grayscale: #292929. Windows color (decimal): -14341082 or 2501669. OLE color: 2501669.

HSL color Cylindrical-coordinate representation of color #252C26: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C26 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB374438-
CMYK0.1600.140.83
HSL128.57º8.64%15.88%-
HSV(B)128.57º15.91%17.25%-
XYZ2.012.332.18-
YUV41.22126.18124.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=31.09%
G=36.97%
B=31.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744380.1600.140.83128.578.6415.88
Hex252C26100E5381910
Octal455446200161232011120
Binary1001011011001001101000001110101001110000001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252C26; }

 p { color: rgb(37,44,38); }

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

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

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

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

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

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

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