#253F29

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

Shades of Gordons Green #253F29

Tints of Gordons Green #253F29

Color information

#253F29 (or 0x253F29) is unknown color: approx Gordons Green. HEX triplet: 25, 3F and 29. RGB value is (37,63,41). Sum of RGB (Red+Green+Blue) = 37+63+41=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #253F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F29 is #DAC0D6. Grayscale: #343434. Windows color (decimal): -14336215 or 2703141. OLE color: 2703141.

HSL color Cylindrical-coordinate representation of color #253F29: hue angle of 129.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F29 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB376341-
CMYK0.4100.350.75
HSL129.23º26%19.61%-
HSV(B)129.23º41.27%24.71%-
XYZ2.944.112.74-
YUV52.72121.39116.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=26.24%
G=44.68%
B=29.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763410.4100.350.75129.232619.61
Hex253F29290234B811a14
Octal457751510431132013224
Binary10010111111110100110100101000111001011100000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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