#254029

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

Shades of Gordons Green #254029

Tints of Gordons Green #254029

Color information

#254029 (or 0x254029) is unknown color: approx Gordons Green. HEX triplet: 25, 40 and 29. RGB value is (37,64,41). Sum of RGB (Red+Green+Blue) = 37+64+41=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #254029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254029 is #DABFD6. Grayscale: #353535. Windows color (decimal): -14335959 or 2703397. OLE color: 2703397.

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

Color convert

RGB376441-
CMYK0.4200.360.75
HSL128.89º26.73%19.8%-
HSV(B)128.89º42.19%25.1%-
XYZ34.222.75-
YUV53.3121.05116.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=26.06%
G=45.07%
B=28.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764410.4200.360.75128.8926.7319.8
Hex2540292A0244B811b14
Octal4510051520441132013324
Binary100101100000010100110101001001001001011100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254029; }

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

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

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

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

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

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

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

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