#24442A

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

Shades of Gordons Green #24442A

Tints of Gordons Green #24442A

Color information

#24442A (or 0x24442A) is unknown color: approx Gordons Green. HEX triplet: 24, 44 and 2A. RGB value is (36,68,42). Sum of RGB (Red+Green+Blue) = 36+68+42=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #24442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24442A is #DBBBD5. Grayscale: #373737. Windows color (decimal): -14400470 or 2769956. OLE color: 2769956.

HSL color Cylindrical-coordinate representation of color #24442A: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #24442A is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB366842-
CMYK0.4700.380.73
HSL131.25º30.77%20.39%-
HSV(B)131.25º47.06%26.67%-
XYZ3.214.682.92-
YUV55.47120.4114.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=24.66%
G=46.58%
B=28.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3668420.4700.380.73131.2530.7720.39
Hex24442A2F02649831f14
Octal4410452570461112033724
Binary100100100010010101010111101001101001001100000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24442A; }

 p { color: rgb(36,68,42); }

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

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

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

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

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

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

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