Html Css Color HEX #227446 Dark Spring Green

📋 copy color: '#227446'

red 34 ◦ green 116 ◦ blue 70

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

Shades of Dark Spring Green #227446

Tints of Dark Spring Green #227446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 15.45%
G = 52.73%
B = 31.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#227446 (or 0x227446) is known color: Dark Spring Green. HEX triplet: 22, 74 and 46. RGB value is (34,116,70). Sum of RGB (Red+Green+Blue) = 34+116+70=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #227446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227446 is #DD8BB9. Grayscale: #565656. Windows color (decimal): -14519226 or 4617250. OLE color: 4617250.

HSL color Cylindrical-coordinate representation of color #227446: hue angle of 146.34º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227446 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 116 70 -
CMYK 0.71 0 0.40 0.55
HSL 146.34º 0.55% 0.29% -
HSV(B) 146.34º 0.71% 0.45% -
XYZ 8.01 13.27 7.93 -
YUV 86.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 34 116 70 0.71 0 0.40 0.55 146.34 0.55 0.29
Hex 22 74 46 47 0 28 37 92 37 1D
Octal 42 164 106 107 0 50 67 222 67 35
Binary 100010 1110100 1000110 1000111 0 101000 110111 10010010 110111 11101

Color Harmonies of #227446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227446

Black with #227446

Text Example


Text Example

White with #227446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227446; }

 p { color: rgb(34,116,70); }

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

background-color css

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

 a { background-color: rgb(34,116,70); }

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

border-color css

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

 span { border-color: rgb(34,116,70); }

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