Html Css Color HEX #242A24 Gordons Green

📋 copy color: '#242A24'

red 36 ◦ green 42 ◦ blue 36

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

Shades of Gordons Green #242A24

Tints of Gordons Green #242A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.84%

 BLUE value IS 36 (14.45% from 255) = 31.58%

R = 31.58%
G = 36.84%
B = 31.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.84

RGB Variations

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

Color information

#242A24 (or 0x242A24) is known color: Gordons Green. HEX triplet: 24, 2A and 24. RGB value is (36,42,36). Sum of RGB (Red+Green+Blue) = 36+42+36=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 42 - color contains mainly: green. Hex color #242A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A24 is #DBD5DB. Grayscale: #272727. Windows color (decimal): -14407132 or 2370084. OLE color: 2370084.

HSL color Cylindrical-coordinate representation of color #242A24: hue angle of 120º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #242A24 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 42 36 -
CMYK 0.14 0 0.14 0.84
HSL 120º 0.08% 0.15% -
HSV(B) 120º 0.14% 0.16% -
XYZ 1.87 2.16 1.99 -
YUV 39.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 36 42 36 0.14 0 0.14 0.84 120 0.08 0.15
Hex 24 2A 24 E 0 E 54 78 8 F
Octal 44 52 44 16 0 16 124 170 10 17
Binary 100100 101010 100100 1110 0 1110 1010100 1111000 1000 1111

Color Harmonies of #242A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A24

Black with #242A24

Text Example


Text Example

White with #242A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242A24; }

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

 H1.HeaderClassName
 {
   color: #242A24;
 }
 .AnyTagClassName
 {
   color: #242A24;
 }
</style>

background-color css

<style>
 a { background-color: #242A24; }

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

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

border-color css

<style>
 span { border-color: #242A24; }

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

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