#254629

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

Shades of Gordons Green #254629

Tints of Gordons Green #254629

Color information

#254629 (or 0x254629) is unknown color: approx Gordons Green. HEX triplet: 25, 46 and 29. RGB value is (37,70,41). Sum of RGB (Red+Green+Blue) = 37+70+41=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #254629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254629 is #DAB9D6. Grayscale: #383838. Windows color (decimal): -14334423 or 2704933. OLE color: 2704933.

HSL color Cylindrical-coordinate representation of color #254629: hue angle of 127.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254629 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB377041-
CMYK0.4700.410.73
HSL127.27º30.84%20.98%-
HSV(B)127.27º47.14%27.45%-
XYZ3.354.932.87-
YUV56.83119.07113.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=25%
G=47.30%
B=27.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3770410.4700.410.73127.2730.8420.98
Hex2546292F029497f1f15
Octal4510651570511111773725
Binary10010110001101010011011110101001100100111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254629; }

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

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

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

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

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

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

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

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