Html Css Color HEX #223124 Gordons Green

📋 copy color: '#223124'

red 34 ◦ green 49 ◦ blue 36

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

Shades of Gordons Green #223124

Tints of Gordons Green #223124

RGB

 RED value IS 34 (13.67% from 255) = 28.57%

 GREEN value IS 49 (19.53% from 255) = 41.18%

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

R = 28.57%
G = 41.18%
B = 30.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#223124 (or 0x223124) is known color: Gordons Green. HEX triplet: 22, 31 and 24. RGB value is (34,49,36). Sum of RGB (Red+Green+Blue) = 34+49+36=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #223124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223124 is #DDCEDB. Grayscale: #2B2B2B. Windows color (decimal): -14536412 or 2371874. OLE color: 2371874.

HSL color Cylindrical-coordinate representation of color #223124: hue angle of 128º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #223124 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 49 36 -
CMYK 0.31 0 0.27 0.81
HSL 128º 0.18% 0.16% -
HSV(B) 128º 0.31% 0.19% -
XYZ 2.08 2.66 2.07 -
YUV 43.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 34 49 36 0.31 0 0.27 0.81 128 0.18 0.16
Hex 22 31 24 1F 0 1B 51 80 12 10
Octal 42 61 44 37 0 33 121 200 22 20
Binary 100010 110001 100100 11111 0 11011 1010001 10000000 10010 10000

Color Harmonies of #223124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223124

Black with #223124

Text Example


Text Example

White with #223124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223124; }

 p { color: rgb(34,49,36); }

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

background-color css

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

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

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

border-color css

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

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

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