#25402B

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

Shades of Gordons Green #25402B

Tints of Gordons Green #25402B

Color information

#25402B (or 0x25402B) is unknown color: approx Gordons Green. HEX triplet: 25, 40 and 2B. RGB value is (37,64,43). Sum of RGB (Red+Green+Blue) = 37+64+43=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #25402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402B is #DABFD4. Grayscale: #353535. Windows color (decimal): -14335957 or 2834469. OLE color: 2834469.

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

Color convert

RGB376443-
CMYK0.4200.330.75
HSL133.33º26.73%19.8%-
HSV(B)133.33º42.19%25.1%-
XYZ3.034.232.94-
YUV53.53122.05116.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=25.69%
G=44.44%
B=29.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764430.4200.330.75133.3326.7319.8
Hex25402B2A0214B851b14
Octal4510053520411132053324
Binary100101100000010101110101001000011001011100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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