#238d7b

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

Shades of Elf Green #238D7B

Tints of Elf Green #238D7B

Color information

#238D7B (or 0x238D7B) is unknown color: approx Elf Green. HEX triplet: 23, 8D and 7B. RGB value is (35,141,123). Sum of RGB (Red+Green+Blue) = 35+141+123=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #238D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D7B is #DC7284. Grayscale: #6B6B6B. Windows color (decimal): -14447237 or 8097059. OLE color: 8097059.

HSL color Cylindrical-coordinate representation of color #238D7B: hue angle of 169.81º 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 #238D7B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB35141123-
CMYK0.7500.130.45
HSL169.81º60.23%34.51%-
HSV(B)169.81º75.18%55.29%-
XYZ13.7920.8422.03-
YUV107.25136.8876.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.71%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=11.71%
G=47.16%
B=41.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351411230.7500.130.45169.8160.2334.51
Hex238D7B4B0D2Daa3c23
Octal43215173113015552527443
Binary10001110001101111101110010110110110110110101010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238d7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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