Html Css Color HEX #24412A Gordons Green

📋 copy color: '#24412A'

red 36 ◦ green 65 ◦ blue 42

#24412A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #24412A

Tints of Gordons Green #24412A

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.8% from 255) = 29.37%

R = 25.17%
G = 45.45%
B = 29.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#24412A (or 0x24412A) is known color: 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

RGB 36 65 42 -
CMYK 0.45 0 0.35 0.75
HSL 132.41º 0.29% 0.2% -
HSV(B) 132.41º 0.45% 0.25% -
XYZ 3.04 4.32 2.86 -
YUV 53.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 36 65 42 0.45 0 0.35 0.75 132.41 0.29 0.2
Hex 24 41 2A 2D 0 23 4B 84 1D 14
Octal 44 101 52 55 0 43 113 204 35 24
Binary 100100 1000001 101010 101101 0 100011 1001011 10000100 11101 10100

Color Harmonies of #24412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24412A

Black with #24412A

Text Example


Text Example

White with #24412A

Text Example


Text Example

HTML Codes & Css Web 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>