Html Css Color HEX #228872 Elf Green

📋 copy color: '#228872'

red 34 ◦ green 136 ◦ blue 114

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

Shades of Elf Green #228872

Tints of Elf Green #228872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 11.97%
G = 47.89%
B = 40.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#228872 (or 0x228872) is known color: Elf Green. HEX triplet: 22, 88 and 72. RGB value is (34,136,114). Sum of RGB (Red+Green+Blue) = 34+136+114=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #228872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228872 is #DD778D. Grayscale: #666666. Windows color (decimal): -14514062 or 7505954. OLE color: 7505954.

HSL color Cylindrical-coordinate representation of color #228872: hue angle of 167.06º 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 #228872 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 136 114 -
CMYK 0.75 0 0.16 0.47
HSL 167.06º 0.6% 0.33% -
HSV(B) 167.06º 0.75% 0.53% -
XYZ 12.5 19.16 18.96 -
YUV 102.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 34 136 114 0.75 0 0.16 0.47 167.06 0.6 0.33
Hex 22 88 72 4B 0 10 2F A7 3C 21
Octal 42 210 162 113 0 20 57 247 74 41
Binary 100010 10001000 1110010 1001011 0 10000 101111 10100111 111100 100001

Color Harmonies of #228872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228872

Black with #228872

Text Example


Text Example

White with #228872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228872; }

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

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

background-color css

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

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

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

border-color css

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

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

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