Html Css Color HEX #228770 Elf Green

📋 copy color: '#228770'

red 34 ◦ green 135 ◦ blue 112

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

Shades of Elf Green #228770

Tints of Elf Green #228770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.04%

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 12.1%
G = 48.04%
B = 39.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#228770 (or 0x228770) is known color: Elf Green. HEX triplet: 22, 87 and 70. RGB value is (34,135,112). Sum of RGB (Red+Green+Blue) = 34+135+112=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #228770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228770 is #DD788F. Grayscale: #666666. Windows color (decimal): -14514320 or 7374626. OLE color: 7374626.

HSL color Cylindrical-coordinate representation of color #228770: hue angle of 166.34º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228770 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 135 112 -
CMYK 0.75 0 0.17 0.47
HSL 166.34º 0.6% 0.33% -
HSV(B) 166.34º 0.75% 0.53% -
XYZ 12.25 18.84 18.32 -
YUV 102.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 34 135 112 0.75 0 0.17 0.47 166.34 0.6 0.33
Hex 22 87 70 4B 0 11 2F A6 3C 21
Octal 42 207 160 113 0 21 57 246 74 41
Binary 100010 10000111 1110000 1001011 0 10001 101111 10100110 111100 100001

Color Harmonies of #228770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228770

Black with #228770

Text Example


Text Example

White with #228770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228770; }

 p { color: rgb(34,135,112); }

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

background-color css

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

 a { background-color: rgb(34,135,112); }

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

border-color css

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

 span { border-color: rgb(34,135,112); }

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