#25402A

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

Shades of Gordons Green #25402A

Tints of Gordons Green #25402A

Color information

#25402A (or 0x25402A) is unknown color: approx Gordons Green. HEX triplet: 25, 40 and 2A. RGB value is (37,64,42). Sum of RGB (Red+Green+Blue) = 37+64+42=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #25402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402A is #DABFD5. Grayscale: #353535. Windows color (decimal): -14335958 or 2768933. OLE color: 2768933.

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

Color convert

RGB376442-
CMYK0.4200.340.75
HSL131.11º26.73%19.8%-
HSV(B)131.11º42.19%25.1%-
XYZ3.014.232.85-
YUV53.42121.55116.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=25.87%
G=44.76%
B=29.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764420.4200.340.75131.1126.7319.8
Hex25402A2A0224B831b14
Octal4510052520421132033324
Binary100101100000010101010101001000101001011100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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