Html Css Color HEX #222514 Green Waterloo

📋 copy color: '#222514'

red 34 ◦ green 37 ◦ blue 20

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

Shades of Green Waterloo #222514

Tints of Green Waterloo #222514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.66%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 37.36%
G = 40.66%
B = 21.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#222514 (or 0x222514) is known color: Green Waterloo. HEX triplet: 22, 25 and 14. RGB value is (34,37,20). Sum of RGB (Red+Green+Blue) = 34+37+20=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #222514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222514 is #DDDAEB. Grayscale: #222222. Windows color (decimal): -14539500 or 1320226. OLE color: 1320226.

HSL color Cylindrical-coordinate representation of color #222514: hue angle of 70.59º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #222514 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 37 20 -
CMYK 0.08 0 0.46 0.85
HSL 70.59º 0.3% 0.11% -
HSV(B) 70.59º 0.46% 0.15% -
XYZ 1.45 1.71 0.92 -
YUV 34.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 34 37 20 0.08 0 0.46 0.85 70.59 0.3 0.11
Hex 22 25 14 8 0 2E 55 47 1E B
Octal 42 45 24 10 0 56 125 107 36 13
Binary 100010 100101 10100 1000 0 101110 1010101 1000111 11110 1011

Color Harmonies of #222514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222514

Black with #222514

Text Example


Text Example

White with #222514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222514; }

 p { color: rgb(34,37,20); }

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

background-color css

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

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

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

border-color css

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

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

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