#242924

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

Shades of Gordons Green #242924

Tints of Gordons Green #242924

Color information

#242924 (or 0x242924) is unknown color: approx Gordons Green. HEX triplet: 24, 29 and 24. RGB value is (36,41,36). Sum of RGB (Red+Green+Blue) = 36+41+36=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 41 - color contains mainly: green. Hex color #242924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242924 is #DBD6DB. Grayscale: #262626. Windows color (decimal): -14407388 or 2369828. OLE color: 2369828.

HSL color Cylindrical-coordinate representation of color #242924: hue angle of 120º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #242924 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB364136-
CMYK0.1200.120.84
HSL120º6.49%15.1%-
HSV(B)120º12.2%16.08%-
XYZ1.842.091.98-
YUV38.94126.34125.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.86%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=31.86%
G=36.28%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3641360.1200.120.841206.4915.1
Hex242924C0C54786f
Octal44514414014124170617
Binary100100101001100100110001100101010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242924; }

 p { color: rgb(36,41,36); }

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

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

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

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

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

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

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