#24412A

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

Shades of Gordons Green #24412A

Tints of Gordons Green #24412A

Color information

#24412A (or 0x24412A) is unknown color: approx Gordons Green. HEX triplet: 24, 41 and 2A. RGB value is (36,65,42). Sum of RGB (Red+Green+Blue) = 36+65+42=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #24412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24412A is #DBBED5. Grayscale: #353535. Windows color (decimal): -14401238 or 2769188. OLE color: 2769188.

HSL color Cylindrical-coordinate representation of color #24412A: hue angle of 132.41º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24412A is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB366542-
CMYK0.4500.350.75
HSL132.41º28.71%19.8%-
HSV(B)132.41º44.62%25.49%-
XYZ3.044.322.86-
YUV53.71121.39115.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=25.17%
G=45.45%
B=29.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3665420.4500.350.75132.4128.7119.8
Hex24412A2D0234B841d14
Octal4410152550431132043524
Binary100100100000110101010110101000111001011100001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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