Html Css Color HEX #22250E Green Waterloo

📋 copy color: '#22250E'

red 34 ◦ green 37 ◦ blue 14

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

Shades of Green Waterloo #22250E

Tints of Green Waterloo #22250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 40%
G = 43.53%
B = 16.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#22250E (or 0x22250E) is known color: Green Waterloo. HEX triplet: 22, 25 and 0E. RGB value is (34,37,14). Sum of RGB (Red+Green+Blue) = 34+37+14=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #22250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22250E is #DDDAF1. Grayscale: #212121. Windows color (decimal): -14539506 or 927010. OLE color: 927010.

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

Color convert

RGB 34 37 14 -
CMYK 0.08 0 0.62 0.85
HSL 67.83º 0.45% 0.1% -
HSV(B) 67.83º 0.62% 0.15% -
XYZ 1.4 1.69 0.67 -
YUV 33.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 34 37 14 0.08 0 0.62 0.85 67.83 0.45 0.1
Hex 22 25 E 8 0 3E 55 44 2D A
Octal 42 45 16 10 0 76 125 104 55 12
Binary 100010 100101 1110 1000 0 111110 1010101 1000100 101101 1010

Color Harmonies of #22250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22250E

Black with #22250E

Text Example


Text Example

White with #22250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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