Html Css Color HEX #22250C Green Waterloo

📋 copy color: '#22250C'

red 34 ◦ green 37 ◦ blue 12

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

Shades of Green Waterloo #22250C

Tints of Green Waterloo #22250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.46%

R = 40.96%
G = 44.58%
B = 14.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#22250C (or 0x22250C) is known color: Green Waterloo. HEX triplet: 22, 25 and 0C. RGB value is (34,37,12). Sum of RGB (Red+Green+Blue) = 34+37+12=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #22250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22250C is #DDDAF3. Grayscale: #212121. Windows color (decimal): -14539508 or 795938. OLE color: 795938.

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

Color convert

RGB 34 37 12 -
CMYK 0.08 0 0.68 0.85
HSL 67.2º 0.51% 0.1% -
HSV(B) 67.2º 0.68% 0.15% -
XYZ 1.39 1.69 0.6 -
YUV 33.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 34 37 12 0.08 0 0.68 0.85 67.2 0.51 0.1
Hex 22 25 C 8 0 44 55 43 33 A
Octal 42 45 14 10 0 104 125 103 63 12
Binary 100010 100101 1100 1000 0 1000100 1010101 1000011 110011 1010

Color Harmonies of #22250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22250C

Black with #22250C

Text Example


Text Example

White with #22250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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