#253D29

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

Shades of Gordons Green #253D29

Tints of Gordons Green #253D29

Color information

#253D29 (or 0x253D29) is unknown color: approx Gordons Green. HEX triplet: 25, 3D and 29. RGB value is (37,61,41). Sum of RGB (Red+Green+Blue) = 37+61+41=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #253D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D29 is #DAC2D6. Grayscale: #333333. Windows color (decimal): -14336727 or 2702629. OLE color: 2702629.

HSL color Cylindrical-coordinate representation of color #253D29: hue angle of 130º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D29 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB376141-
CMYK0.3900.330.76
HSL130º24.49%19.22%-
HSV(B)130º39.34%23.92%-
XYZ2.833.892.7-
YUV51.54122.05117.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 61 (24.22% from 255) = 43.88%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=26.62%
G=43.88%
B=29.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761410.3900.330.7613024.4919.22
Hex253D29270214C821813
Octal457551470411142023023
Binary10010111110110100110011101000011001100100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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