#25412A

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

Shades of Gordons Green #25412A

Tints of Gordons Green #25412A

Color information

#25412A (or 0x25412A) is unknown color: approx Gordons Green. HEX triplet: 25, 41 and 2A. RGB value is (37,65,42). Sum of RGB (Red+Green+Blue) = 37+65+42=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #25412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412A is #DABED5. Grayscale: #363636. Windows color (decimal): -14335702 or 2769189. OLE color: 2769189.

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

Color convert

RGB376542-
CMYK0.4300.350.75
HSL130.71º27.45%20%-
HSV(B)130.71º43.08%25.49%-
XYZ3.074.342.87-
YUV54.01121.22115.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=25.69%
G=45.14%
B=29.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765420.4300.350.75130.7127.4520
Hex25412A2B0234B831b14
Octal4510152530431132033324
Binary100101100000110101010101101000111001011100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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