Html Css Color HEX #24452A Gordons Green

📋 copy color: '#24452A'

red 36 ◦ green 69 ◦ blue 42

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

Shades of Gordons Green #24452A

Tints of Gordons Green #24452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.94%

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

R = 24.49%
G = 46.94%
B = 28.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#24452A (or 0x24452A) is known color: Gordons Green. HEX triplet: 24, 45 and 2A. RGB value is (36,69,42). Sum of RGB (Red+Green+Blue) = 36+69+42=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #24452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24452A is #DBBAD5. Grayscale: #383838. Windows color (decimal): -14400214 or 2770212. OLE color: 2770212.

HSL color Cylindrical-coordinate representation of color #24452A: hue angle of 130.91º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #24452A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 36 69 42 -
CMYK 0.48 0 0.39 0.73
HSL 130.91º 0.31% 0.21% -
HSV(B) 130.91º 0.48% 0.27% -
XYZ 3.27 4.8 2.94 -
YUV 56.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 36 69 42 0.48 0 0.39 0.73 130.91 0.31 0.21
Hex 24 45 2A 30 0 27 49 83 1F 15
Octal 44 105 52 60 0 47 111 203 37 25
Binary 100100 1000101 101010 110000 0 100111 1001001 10000011 11111 10101

Color Harmonies of #24452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24452A

Black with #24452A

Text Example


Text Example

White with #24452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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