Html Css Color HEX #227248 Dark Spring Green

📋 copy color: '#227248'

red 34 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #227248

Tints of Dark Spring Green #227248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 15.45%
G = 51.82%
B = 32.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#227248 (or 0x227248) is known color: Dark Spring Green. HEX triplet: 22, 72 and 48. RGB value is (34,114,72). Sum of RGB (Red+Green+Blue) = 34+114+72=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #227248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227248 is #DD8DB7. Grayscale: #555555. Windows color (decimal): -14519736 or 4747810. OLE color: 4747810.

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

Color convert

RGB 34 114 72 -
CMYK 0.70 0 0.37 0.55
HSL 148.5º 0.54% 0.29% -
HSV(B) 148.5º 0.7% 0.45% -
XYZ 7.85 12.84 8.2 -
YUV 85.29 120.5 91.42 -
System Red Green Blue C M Y K H S L
Decimal 34 114 72 0.70 0 0.37 0.55 148.5 0.54 0.29
Hex 22 72 48 46 0 25 37 94 36 1D
Octal 42 162 110 106 0 45 67 224 66 35
Binary 100010 1110010 1001000 1000110 0 100101 110111 10010100 110110 11101

Color Harmonies of #227248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227248

Black with #227248

Text Example


Text Example

White with #227248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227248; }

 p { color: rgb(34,114,72); }

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

background-color css

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

 a { background-color: rgb(34,114,72); }

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

border-color css

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

 span { border-color: rgb(34,114,72); }

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