#254128

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

Shades of Gordons Green #254128

Tints of Gordons Green #254128

Color information

#254128 (or 0x254128) is unknown color: approx Gordons Green. HEX triplet: 25, 41 and 28. RGB value is (37,65,40). Sum of RGB (Red+Green+Blue) = 37+65+40=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #254128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254128 is #DABED7. Grayscale: #353535. Windows color (decimal): -14335704 or 2638117. OLE color: 2638117.

HSL color Cylindrical-coordinate representation of color #254128: hue angle of 126.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #254128 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB376540-
CMYK0.4300.380.75
HSL126.43º27.45%20%-
HSV(B)126.43º43.08%25.49%-
XYZ3.044.332.68-
YUV53.78120.22116.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=26.06%
G=45.77%
B=28.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765400.4300.380.75126.4327.4520
Hex2541282B0264B7e1b14
Octal4510150530461131763324
Binary10010110000011010001010110100110100101111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254128; }

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

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

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

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

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

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

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

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