Html Css Color HEX #223223 Gordons Green

📋 copy color: '#223223'

red 34 ◦ green 50 ◦ blue 35

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

Shades of Gordons Green #223223

Tints of Gordons Green #223223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 28.57%
G = 42.02%
B = 29.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#223223 (or 0x223223) is known color: Gordons Green. HEX triplet: 22, 32 and 23. RGB value is (34,50,35). Sum of RGB (Red+Green+Blue) = 34+50+35=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #223223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223223 is #DDCDDC. Grayscale: #2B2B2B. Windows color (decimal): -14536157 or 2306594. OLE color: 2306594.

HSL color Cylindrical-coordinate representation of color #223223: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #223223 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 34 50 35 -
CMYK 0.32 0 0.30 0.80
HSL 123.75º 0.19% 0.16% -
HSV(B) 123.75º 0.32% 0.2% -
XYZ 2.1 2.74 2.01 -
YUV 43.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 34 50 35 0.32 0 0.30 0.80 123.75 0.19 0.16
Hex 22 32 23 20 0 1E 50 7C 13 10
Octal 42 62 43 40 0 36 120 174 23 20
Binary 100010 110010 100011 100000 0 11110 1010000 1111100 10011 10000

Color Harmonies of #223223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223223

Black with #223223

Text Example


Text Example

White with #223223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223223; }

 p { color: rgb(34,50,35); }

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

background-color css

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

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

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

border-color css

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

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

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