#253928

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

Shades of Gordons Green #253928

Tints of Gordons Green #253928

Color information

#253928 (or 0x253928) is unknown color: approx Gordons Green. HEX triplet: 25, 39 and 28. RGB value is (37,57,40). Sum of RGB (Red+Green+Blue) = 37+57+40=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #253928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253928 is #DAC6D7. Grayscale: #313131. Windows color (decimal): -14337752 or 2636069. OLE color: 2636069.

HSL color Cylindrical-coordinate representation of color #253928: hue angle of 129º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253928 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB375740-
CMYK0.3500.300.78
HSL129º21.28%18.43%-
HSV(B)129º35.09%22.35%-
XYZ2.613.472.54-
YUV49.08122.87119.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=27.61%
G=42.54%
B=29.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757400.3500.300.7812921.2818.43
Hex2539282301E4E811512
Octal457150430361162012522
Binary1001011110011010001000110111101001110100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253928; }

 p { color: rgb(37,57,40); }

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

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

 a { background-color: rgb(37,57,40); }

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

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

 span { border-color: rgb(37,57,40); }

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