#239b6f

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

Shades of Elf Green #239B6F

Tints of Elf Green #239B6F

Color information

#239B6F (or 0x239B6F) is unknown color: approx Elf Green. HEX triplet: 23, 9B and 6F. RGB value is (35,155,111). Sum of RGB (Red+Green+Blue) = 35+155+111=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #239B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B6F is #DC6490. Grayscale: #727272. Windows color (decimal): -14443665 or 7314211. OLE color: 7314211.

HSL color Cylindrical-coordinate representation of color #239B6F: hue angle of 158º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B6F is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB35155111-
CMYK0.7700.280.39
HSL158º63.16%37.25%-
HSV(B)158º77.42%60.78%-
XYZ15.2824.9519.05-
YUV114.1126.2471.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.63%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=11.63%
G=51.50%
B=36.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351551110.7700.280.3915863.1637.25
Hex239B6F4D01C279e3f25
Octal43233157115034472367745
Binary100011100110111101111100110101110010011110011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239b6f; }

 p { color: rgb(35,155,111); }

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

<style>
 a { background-color: #239b6f; }

 a { background-color: rgb(35,155,111); }

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

<style>
 span { border-color: #239b6f; }

 span { border-color: rgb(35,155,111); }

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