#242C25

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

Shades of Gordons Green #242C25

Tints of Gordons Green #242C25

Color information

#242C25 (or 0x242C25) is unknown color: approx Gordons Green. HEX triplet: 24, 2C and 25. RGB value is (36,44,37). Sum of RGB (Red+Green+Blue) = 36+44+37=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 44 - color contains mainly: green. Hex color #242C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C25 is #DBD3DA. Grayscale: #282828. Windows color (decimal): -14406619 or 2436132. OLE color: 2436132.

HSL color Cylindrical-coordinate representation of color #242C25: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #242C25 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB364437-
CMYK0.1800.160.83
HSL127.5º10%15.69%-
HSV(B)127.5º18.18%17.25%-
XYZ1.962.312.09-
YUV40.81125.85124.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=30.77%
G=37.61%
B=31.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3644370.1800.160.83127.51015.69
Hex242C2512010537fa10
Octal445445220201231771220
Binary1001001011001001011001001000010100111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C25; }

 p { color: rgb(36,44,37); }

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

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

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

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

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

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

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