#238E64

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

Shades of Elf Green #238E64

Tints of Elf Green #238E64

Color information

#238E64 (or 0x238E64) is unknown color: approx Elf Green. HEX triplet: 23, 8E and 64. RGB value is (35,142,100). Sum of RGB (Red+Green+Blue) = 35+142+100=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #238E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E64 is #DC719B. Grayscale: #696969. Windows color (decimal): -14447004 or 6589987. OLE color: 6589987.

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

Color convert

RGB35142100-
CMYK0.7500.300.44
HSL156.45º60.45%34.71%-
HSV(B)156.45º75.35%55.69%-
XYZ12.6720.6215.37-
YUV105.22125.0577.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=12.64%
G=51.26%
B=36.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351421000.7500.300.44156.4560.4534.71
Hex238E644B01E2C9c3c23
Octal43216144113036542347443
Binary100011100011101100100100101101111010110010011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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