Html Css Color HEX #222822 Gordons Green

📋 copy color: '#222822'

red 34 ◦ green 40 ◦ blue 34

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

Shades of Gordons Green #222822

Tints of Gordons Green #222822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.04%

 BLUE value IS 34 (13.67% from 255) = 31.48%

R = 31.48%
G = 37.04%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#222822 (or 0x222822) is known color: Gordons Green. HEX triplet: 22, 28 and 22. RGB value is (34,40,34). Sum of RGB (Red+Green+Blue) = 34+40+34=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 40 - color contains mainly: green. Hex color #222822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222822 is #DDD7DD. Grayscale: #252525. Windows color (decimal): -14538718 or 2238498. OLE color: 2238498.

HSL color Cylindrical-coordinate representation of color #222822: 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.15%. Process color model (Four color, CMYK) of #222822 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 40 34 -
CMYK 0.15 0 0.15 0.84
HSL 120º 0.08% 0.15% -
HSV(B) 120º 0.15% 0.16% -
XYZ 1.71 1.97 1.8 -
YUV 37.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 34 40 34 0.15 0 0.15 0.84 120 0.08 0.15
Hex 22 28 22 F 0 F 54 78 8 F
Octal 42 50 42 17 0 17 124 170 10 17
Binary 100010 101000 100010 1111 0 1111 1010100 1111000 1000 1111

Color Harmonies of #222822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222822

Black with #222822

Text Example


Text Example

White with #222822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222822; }

 p { color: rgb(34,40,34); }

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

background-color css

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

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

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

border-color css

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

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

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