Html Css Color HEX #22704A Dark Spring Green

📋 copy color: '#22704A'

red 34 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #22704A

Tints of Dark Spring Green #22704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 15.45%
G = 50.91%
B = 33.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#22704A (or 0x22704A) is known color: Dark Spring Green. HEX triplet: 22, 70 and 4A. RGB value is (34,112,74). Sum of RGB (Red+Green+Blue) = 34+112+74=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #22704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22704A is #DD8FB5. Grayscale: #545454. Windows color (decimal): -14520246 or 4878370. OLE color: 4878370.

HSL color Cylindrical-coordinate representation of color #22704A: hue angle of 150.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22704A is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 112 74 -
CMYK 0.70 0 0.34 0.56
HSL 150.77º 0.53% 0.29% -
HSV(B) 150.77º 0.7% 0.44% -
XYZ 7.69 12.42 8.47 -
YUV 84.35 122.16 92.09 -
System Red Green Blue C M Y K H S L
Decimal 34 112 74 0.70 0 0.34 0.56 150.77 0.53 0.29
Hex 22 70 4A 46 0 22 38 97 35 1D
Octal 42 160 112 106 0 42 70 227 65 35
Binary 100010 1110000 1001010 1000110 0 100010 111000 10010111 110101 11101

Color Harmonies of #22704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22704A

Black with #22704A

Text Example


Text Example

White with #22704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22704A; }

 p { color: rgb(34,112,74); }

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

background-color css

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

 a { background-color: rgb(34,112,74); }

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

border-color css

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

 span { border-color: rgb(34,112,74); }

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