#253A26

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

Shades of Gordons Green #253A26

Tints of Gordons Green #253A26

Color information

#253A26 (or 0x253A26) is unknown color: approx Gordons Green. HEX triplet: 25, 3A and 26. RGB value is (37,58,38). Sum of RGB (Red+Green+Blue) = 37+58+38=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #253A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A26 is #DAC5D9. Grayscale: #313131. Windows color (decimal): -14337498 or 2505253. OLE color: 2505253.

HSL color Cylindrical-coordinate representation of color #253A26: hue angle of 122.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253A26 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB375838-
CMYK0.3600.340.77
HSL122.86º22.11%18.63%-
HSV(B)122.86º36.21%22.75%-
XYZ2.633.562.38-
YUV49.44121.54119.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=27.82%
G=43.61%
B=28.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758380.3600.340.77122.8622.1118.63
Hex253A26240224D7b1613
Octal457246440421151732623
Binary1001011110101001101001000100010100110111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A26; }

 p { color: rgb(37,58,38); }

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

<style>
 a { background-color: #253A26; }

 a { background-color: rgb(37,58,38); }

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

<style>
 span { border-color: #253A26; }

 span { border-color: rgb(37,58,38); }

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