#253A29

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

Shades of Gordons Green #253A29

Tints of Gordons Green #253A29

Color information

#253A29 (or 0x253A29) is unknown color: approx Gordons Green. HEX triplet: 25, 3A and 29. RGB value is (37,58,41). Sum of RGB (Red+Green+Blue) = 37+58+41=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #253A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A29 is #DAC5D6. Grayscale: #313131. Windows color (decimal): -14337495 or 2701861. OLE color: 2701861.

HSL color Cylindrical-coordinate representation of color #253A29: hue angle of 131.43º 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 #253A29 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB375841-
CMYK0.3600.290.77
HSL131.43º22.11%18.63%-
HSV(B)131.43º36.21%22.75%-
XYZ2.683.582.65-
YUV49.78123.04118.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=27.21%
G=42.65%
B=30.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758410.3600.290.77131.4322.1118.63
Hex253A292401D4D831613
Octal457251440351152032623
Binary1001011110101010011001000111011001101100000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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