#253027

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

Shades of Gordons Green #253027

Tints of Gordons Green #253027

Color information

#253027 (or 0x253027) is unknown color: approx Gordons Green. HEX triplet: 25, 30 and 27. RGB value is (37,48,39). Sum of RGB (Red+Green+Blue) = 37+48+39=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #253027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253027 is #DACFD8. Grayscale: #2B2B2B. Windows color (decimal): -14340057 or 2568229. OLE color: 2568229.

HSL color Cylindrical-coordinate representation of color #253027: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #253027 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB374839-
CMYK0.2300.190.81
HSL130.91º12.94%16.67%-
HSV(B)130.91º22.92%18.82%-
XYZ2.192.652.32-
YUV43.68125.36123.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=29.84%
G=38.71%
B=31.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748390.2300.190.81130.9112.9416.67
Hex253027170135183d11
Octal456047270231212031521
Binary10010111000010011110111010011101000110000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253027; }

 p { color: rgb(37,48,39); }

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

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

 a { background-color: rgb(37,48,39); }

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

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

 span { border-color: rgb(37,48,39); }

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