Html Css Color HEX #222512 Green Waterloo

📋 copy color: '#222512'

red 34 ◦ green 37 ◦ blue 18

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

Shades of Green Waterloo #222512

Tints of Green Waterloo #222512

RGB

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

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

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

R = 38.2%
G = 41.57%
B = 20.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#222512 (or 0x222512) is known color: Green Waterloo. HEX triplet: 22, 25 and 12. RGB value is (34,37,18). Sum of RGB (Red+Green+Blue) = 34+37+18=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #222512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222512 is #DDDAED. Grayscale: #222222. Windows color (decimal): -14539502 or 1189154. OLE color: 1189154.

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

Color convert

RGB 34 37 18 -
CMYK 0.08 0 0.51 0.85
HSL 69.47º 0.35% 0.11% -
HSV(B) 69.47º 0.51% 0.15% -
XYZ 1.43 1.71 0.83 -
YUV 33.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 34 37 18 0.08 0 0.51 0.85 69.47 0.35 0.11
Hex 22 25 12 8 0 33 55 45 23 B
Octal 42 45 22 10 0 63 125 105 43 13
Binary 100010 100101 10010 1000 0 110011 1010101 1000101 100011 1011

Color Harmonies of #222512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222512

Black with #222512

Text Example


Text Example

White with #222512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222512; }

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

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

background-color css

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

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

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

border-color css

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

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

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