Html Css Color HEX #228C77 Elf Green

📋 copy color: '#228C77'

red 34 ◦ green 140 ◦ blue 119

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

Shades of Elf Green #228C77

Tints of Elf Green #228C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.78%

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 11.6%
G = 47.78%
B = 40.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#228C77 (or 0x228C77) is known color: Elf Green. HEX triplet: 22, 8C and 77. RGB value is (34,140,119). Sum of RGB (Red+Green+Blue) = 34+140+119=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #228C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228C77 is #DD7388. Grayscale: #696969. Windows color (decimal): -14513033 or 7834658. OLE color: 7834658.

HSL color Cylindrical-coordinate representation of color #228C77: hue angle of 168.11º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228C77 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 140 119 -
CMYK 0.76 0 0.15 0.45
HSL 168.11º 0.61% 0.34% -
HSV(B) 168.11º 0.76% 0.55% -
XYZ 13.37 20.43 20.69 -
YUV 105.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 34 140 119 0.76 0 0.15 0.45 168.11 0.61 0.34
Hex 22 8C 77 4C 0 F 2D A8 3D 22
Octal 42 214 167 114 0 17 55 250 75 42
Binary 100010 10001100 1110111 1001100 0 1111 101101 10101000 111101 100010

Color Harmonies of #228C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C77

Black with #228C77

Text Example


Text Example

White with #228C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228C77; }

 p { color: rgb(34,140,119); }

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

background-color css

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

 a { background-color: rgb(34,140,119); }

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

border-color css

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

 span { border-color: rgb(34,140,119); }

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