#25372A

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

Shades of Gordons Green #25372A

Tints of Gordons Green #25372A

Color information

#25372A (or 0x25372A) is unknown color: approx Gordons Green. HEX triplet: 25, 37 and 2A. RGB value is (37,55,42). Sum of RGB (Red+Green+Blue) = 37+55+42=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #25372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372A is #DAC8D5. Grayscale: #303030. Windows color (decimal): -14338262 or 2766629. OLE color: 2766629.

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

Color convert

RGB375542-
CMYK0.3300.240.78
HSL136.67º19.57%18.04%-
HSV(B)136.67º32.73%21.57%-
XYZ2.553.292.69-
YUV48.14124.54120.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=27.61%
G=41.04%
B=31.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755420.3300.240.78136.6719.5718.04
Hex25372A210184E891412
Octal456752410301162112422
Binary1001011101111010101000010110001001110100010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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