#238D69

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

Shades of Elf Green #238D69

Tints of Elf Green #238D69

Color information

#238D69 (or 0x238D69) is unknown color: approx Elf Green. HEX triplet: 23, 8D and 69. RGB value is (35,141,105). Sum of RGB (Red+Green+Blue) = 35+141+105=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #238D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D69 is #DC7296. Grayscale: #696969. Windows color (decimal): -14447255 or 6917411. OLE color: 6917411.

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

Color convert

RGB35141105-
CMYK0.7500.260.45
HSL159.62º60.23%34.51%-
HSV(B)159.62º75.18%55.29%-
XYZ12.7720.4316.63-
YUV105.2127.8877.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=12.46%
G=50.18%
B=37.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351411050.7500.260.45159.6260.2334.51
Hex238D694B01A2Da03c23
Octal43215151113032552407443
Binary100011100011011101001100101101101010110110100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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