#25402C

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

Shades of Gordons Green #25402C

Tints of Gordons Green #25402C

Color information

#25402C (or 0x25402C) is unknown color: approx Gordons Green. HEX triplet: 25, 40 and 2C. RGB value is (37,64,44). Sum of RGB (Red+Green+Blue) = 37+64+44=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #25402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402C is #DABFD3. Grayscale: #353535. Windows color (decimal): -14335956 or 2900005. OLE color: 2900005.

HSL color Cylindrical-coordinate representation of color #25402C: hue angle of 135.56º 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 #25402C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB376444-
CMYK0.4200.310.75
HSL135.56º26.73%19.8%-
HSV(B)135.56º42.19%25.1%-
XYZ3.054.243.04-
YUV53.65122.55116.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=25.52%
G=44.14%
B=30.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764440.4200.310.75135.5626.7319.8
Hex25402C2A01F4B881b14
Octal4510054520371132103324
Binary10010110000001011001010100111111001011100010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25402C; }

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

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

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

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

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

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

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

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