Html Css Color HEX #222500 Green Waterloo

📋 copy color: '#222500'

red 34 ◦ green 37 ◦ blue 0

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

Shades of Green Waterloo #222500

Tints of Green Waterloo #222500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.89%
G = 52.11%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#222500 (or 0x222500) is known color: Green Waterloo. HEX triplet: 22, 25 and 00. RGB value is (34,37,0). Sum of RGB (Red+Green+Blue) = 34+37+0=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #222500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222500 is #DDDAFF. Grayscale: #202020. Windows color (decimal): -14539520 or 9506. OLE color: 9506.

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

Color convert

RGB 34 37 0 -
CMYK 0.08 0 1 0.85
HSL 64.86º 1% 0.07% -
HSV(B) 64.86º 1% 0.15% -
XYZ 1.32 1.66 0.25 -
YUV 31.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 34 37 0 0.08 0 1 0.85 64.86 1 0.07
Hex 22 25 0 8 0 64 55 41 64 7
Octal 42 45 0 10 0 144 125 101 144 7
Binary 100010 100101 0 1000 0 1100100 1010101 1000001 1100100 111

Color Harmonies of #222500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222500

Black with #222500

Text Example


Text Example

White with #222500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222500; }

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

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

background-color css

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

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

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

border-color css

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

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

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