#238B60

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

Shades of Elf Green #238B60

Tints of Elf Green #238B60

Color information

#238B60 (or 0x238B60) is unknown color: approx Elf Green. HEX triplet: 23, 8B and 60. RGB value is (35,139,96). Sum of RGB (Red+Green+Blue) = 35+139+96=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #238B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B60 is #DC749F. Grayscale: #676767. Windows color (decimal): -14447776 or 6327075. OLE color: 6327075.

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

Color convert

RGB3513996-
CMYK0.7500.310.45
HSL155.19º59.77%34.12%-
HSV(B)155.19º74.82%54.51%-
XYZ12.0419.6714.23-
YUV103124.0479.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=12.96%
G=51.48%
B=35.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139960.7500.310.45155.1959.7734.12
Hex238B604B01F2D9b3c22
Octal43213140113037552337442
Binary100011100010111100000100101101111110110110011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,139,96); }

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

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

 a { background-color: rgb(35,139,96); }

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

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

 span { border-color: rgb(35,139,96); }

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