Html Css Color HEX #24442A Gordons Green

📋 copy color: '#24442A'

red 36 ◦ green 68 ◦ blue 42

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

Shades of Gordons Green #24442A

Tints of Gordons Green #24442A

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

R = 24.66%
G = 46.58%
B = 28.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 36 68 42 -
CMYK 0.47 0 0.38 0.73
HSL 131.25º 0.31% 0.2% -
HSV(B) 131.25º 0.47% 0.27% -
XYZ 3.21 4.68 2.92 -
YUV 55.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 36 68 42 0.47 0 0.38 0.73 131.25 0.31 0.2
Hex 24 44 2A 2F 0 26 49 83 1F 14
Octal 44 104 52 57 0 46 111 203 37 24
Binary 100100 1000100 101010 101111 0 100110 1001001 10000011 11111 10100

Color Harmonies of #24442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24442A

Black with #24442A

Text Example


Text Example

White with #24442A

Text Example


Text Example

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