#228F6A

Color #228F6A Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #228F6A

Tints of Elf Green #228F6A

Color information

#228F6A (or 0x228F6A) is unknown color: approx Elf Green. HEX triplet: 22, 8F and 6A. RGB value is (34,143,106). Sum of RGB (Red+Green+Blue) = 34+143+106=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #228F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228F6A is #DD7095. Grayscale: #6A6A6A. Windows color (decimal): -14512278 or 6983458. OLE color: 6983458.

HSL color Cylindrical-coordinate representation of color #228F6A: hue angle of 159.63º degrees, saturation: 0.62, 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 #228F6A is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB34143106-
CMYK0.7600.260.44
HSL159.63º61.58%34.71%-
HSV(B)159.63º76.22%56.08%-
XYZ13.0821.0317-
YUV106.19127.8976.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=12.01%
G=50.53%
B=37.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341431060.7600.260.44159.6361.5834.71
Hex228F6A4C01A2Ca03e23
Octal42217152114032542407643
Binary100010100011111101010100110001101010110010100000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,143,106); }

 H1.HeaderClassName
 {
   color: #228F6A;
 }
 .AnyTagClassName
 {
   color: #228F6A;
 }
</style>
background-color css

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

 a { background-color: rgb(34,143,106); }

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

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

 span { border-color: rgb(34,143,106); }

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