Html Css Color HEX #228974 Elf Green

📋 copy color: '#228974'

red 34 ◦ green 137 ◦ blue 116

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

Shades of Elf Green #228974

Tints of Elf Green #228974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 11.85%
G = 47.74%
B = 40.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#228974 (or 0x228974) is known color: Elf Green. HEX triplet: 22, 89 and 74. RGB value is (34,137,116). Sum of RGB (Red+Green+Blue) = 34+137+116=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #228974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228974 is #DD768B. Grayscale: #676767. Windows color (decimal): -14513804 or 7637282. OLE color: 7637282.

HSL color Cylindrical-coordinate representation of color #228974: hue angle of 167.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228974 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 137 116 -
CMYK 0.75 0 0.15 0.46
HSL 167.77º 0.6% 0.34% -
HSV(B) 167.77º 0.75% 0.54% -
XYZ 12.76 19.49 19.61 -
YUV 103.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 34 137 116 0.75 0 0.15 0.46 167.77 0.6 0.34
Hex 22 89 74 4B 0 F 2E A8 3C 22
Octal 42 211 164 113 0 17 56 250 74 42
Binary 100010 10001001 1110100 1001011 0 1111 101110 10101000 111100 100010

Color Harmonies of #228974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228974

Black with #228974

Text Example


Text Example

White with #228974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228974; }

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

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

background-color css

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

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

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

border-color css

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

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

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