#25392A

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

Shades of Gordons Green #25392A

Tints of Gordons Green #25392A

Color information

#25392A (or 0x25392A) is unknown color: approx Gordons Green. HEX triplet: 25, 39 and 2A. RGB value is (37,57,42). Sum of RGB (Red+Green+Blue) = 37+57+42=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #25392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25392A is #DAC6D5. Grayscale: #313131. Windows color (decimal): -14337750 or 2767141. OLE color: 2767141.

HSL color Cylindrical-coordinate representation of color #25392A: hue angle of 135º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #25392A is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB375742-
CMYK0.3500.260.78
HSL135º21.28%18.43%-
HSV(B)135º35.09%22.35%-
XYZ2.643.492.72-
YUV49.31123.87119.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=27.21%
G=41.91%
B=30.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757420.3500.260.7813521.2818.43
Hex25392A2301A4E871512
Octal457152430321162072522
Binary1001011110011010101000110110101001110100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25392A; }

 p { color: rgb(37,57,42); }

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

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

 a { background-color: rgb(37,57,42); }

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

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

 span { border-color: rgb(37,57,42); }

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