Html Css Color HEX #222312 Green Waterloo

📋 copy color: '#222312'

red 34 ◦ green 35 ◦ blue 18

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

Shades of Green Waterloo #222312

Tints of Green Waterloo #222312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 40.23%

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 39.08%
G = 40.23%
B = 20.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#222312 (or 0x222312) is known color: Green Waterloo. HEX triplet: 22, 23 and 12. RGB value is (34,35,18). Sum of RGB (Red+Green+Blue) = 34+35+18=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #222312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222312 is #DDDCED. Grayscale: #202020. Windows color (decimal): -14540014 or 1188642. OLE color: 1188642.

HSL color Cylindrical-coordinate representation of color #222312: hue angle of 63.53º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #222312 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 35 18 -
CMYK 0.03 0 0.49 0.86
HSL 63.53º 0.32% 0.1% -
HSV(B) 63.53º 0.49% 0.14% -
XYZ 1.37 1.59 0.81 -
YUV 32.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 34 35 18 0.03 0 0.49 0.86 63.53 0.32 0.1
Hex 22 23 12 3 0 31 56 40 20 A
Octal 42 43 22 3 0 61 126 100 40 12
Binary 100010 100011 10010 11 0 110001 1010110 1000000 100000 1010

Color Harmonies of #222312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222312

Black with #222312

Text Example


Text Example

White with #222312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222312; }

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

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

background-color css

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

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

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

border-color css

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

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

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