Html Css Color HEX #228E6B Elf Green

📋 copy color: '#228E6B'

red 34 ◦ green 142 ◦ blue 107

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

Shades of Elf Green #228E6B

Tints of Elf Green #228E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.18%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 12.01%
G = 50.18%
B = 37.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#228E6B (or 0x228E6B) is known color: Elf Green. HEX triplet: 22, 8E and 6B. RGB value is (34,142,107). Sum of RGB (Red+Green+Blue) = 34+142+107=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #228E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228E6B is #DD7194. Grayscale: #696969. Windows color (decimal): -14512533 or 7048738. OLE color: 7048738.

HSL color Cylindrical-coordinate representation of color #228E6B: hue angle of 160.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E6B is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 142 107 -
CMYK 0.76 0 0.25 0.44
HSL 160.56º 0.61% 0.35% -
HSV(B) 160.56º 0.76% 0.56% -
XYZ 12.99 20.75 17.23 -
YUV 105.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 34 142 107 0.76 0 0.25 0.44 160.56 0.61 0.35
Hex 22 8E 6B 4C 0 19 2C A1 3D 23
Octal 42 216 153 114 0 31 54 241 75 43
Binary 100010 10001110 1101011 1001100 0 11001 101100 10100001 111101 100011

Color Harmonies of #228E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E6B

Black with #228E6B

Text Example


Text Example

White with #228E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,142,107); }

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

background-color css

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

 a { background-color: rgb(34,142,107); }

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

border-color css

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

 span { border-color: rgb(34,142,107); }

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