Html Css Color HEX #24402A Gordons Green

📋 copy color: '#24402A'

red 36 ◦ green 64 ◦ blue 42

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

Shades of Gordons Green #24402A

Tints of Gordons Green #24402A

RGB

 RED value IS 36 (14.45% from 255) = 25.35%

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 25.35%
G = 45.07%
B = 29.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#24402A (or 0x24402A) is known color: Gordons Green. HEX triplet: 24, 40 and 2A. RGB value is (36,64,42). Sum of RGB (Red+Green+Blue) = 36+64+42=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #24402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24402A is #DBBFD5. Grayscale: #353535. Windows color (decimal): -14401494 or 2768932. OLE color: 2768932.

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

Color convert

RGB 36 64 42 -
CMYK 0.44 0 0.34 0.75
HSL 132.86º 0.28% 0.2% -
HSV(B) 132.86º 0.44% 0.25% -
XYZ 2.98 4.21 2.85 -
YUV 53.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 36 64 42 0.44 0 0.34 0.75 132.86 0.28 0.2
Hex 24 40 2A 2C 0 22 4B 85 1C 14
Octal 44 100 52 54 0 42 113 205 34 24
Binary 100100 1000000 101010 101100 0 100010 1001011 10000101 11100 10100

Color Harmonies of #24402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24402A

Black with #24402A

Text Example


Text Example

White with #24402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24402A;
 }
 .AnyTagClassName
 {
   color: #24402A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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