#238E6B

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

Shades of Elf Green #238E6B

Tints of Elf Green #238E6B

Color information

#238E6B (or 0x238E6B) is unknown color: approx Elf Green. HEX triplet: 23, 8E and 6B. RGB value is (35,142,107). Sum of RGB (Red+Green+Blue) = 35+142+107=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #238E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E6B is #DC7194. Grayscale: #6A6A6A. Windows color (decimal): -14446997 or 7048739. OLE color: 7048739.

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

Color convert

RGB35142107-
CMYK0.7500.250.44
HSL160.37º60.45%34.71%-
HSV(B)160.37º75.35%55.69%-
XYZ13.0220.7617.23-
YUV106.02128.5577.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=12.32%
G=50%
B=37.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351421070.7500.250.44160.3760.4534.71
Hex238E6B4B0192Ca03c23
Octal43216153113031542407443
Binary100011100011101101011100101101100110110010100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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