#238D6D

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

Shades of Elf Green #238D6D

Tints of Elf Green #238D6D

Color information

#238D6D (or 0x238D6D) is unknown color: approx Elf Green. HEX triplet: 23, 8D and 6D. RGB value is (35,141,109). Sum of RGB (Red+Green+Blue) = 35+141+109=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #238D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D6D is #DC7292. Grayscale: #696969. Windows color (decimal): -14447251 or 7179555. OLE color: 7179555.

HSL color Cylindrical-coordinate representation of color #238D6D: hue angle of 161.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D6D is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB35141109-
CMYK0.7500.230.45
HSL161.89º60.23%34.51%-
HSV(B)161.89º75.18%55.29%-
XYZ12.9820.5117.74-
YUV105.66129.8877.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=12.28%
G=49.47%
B=38.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351411090.7500.230.45161.8960.2334.51
Hex238D6D4B0172Da23c23
Octal43215155113027552427443
Binary100011100011011101101100101101011110110110100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238D6D; }

 p { color: rgb(35,141,109); }

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

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

 a { background-color: rgb(35,141,109); }

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

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

 span { border-color: rgb(35,141,109); }

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