#238f7c

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

Shades of Elf Green #238F7C

Tints of Elf Green #238F7C

Color information

#238F7C (or 0x238F7C) is unknown color: approx Elf Green. HEX triplet: 23, 8F and 7C. RGB value is (35,143,124). Sum of RGB (Red+Green+Blue) = 35+143+124=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #238F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F7C is #DC7083. Grayscale: #6C6C6C. Windows color (decimal): -14446724 or 8163107. OLE color: 8163107.

HSL color Cylindrical-coordinate representation of color #238F7C: hue angle of 169.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F7C is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB35143124-
CMYK0.7600.130.44
HSL169.44º60.67%34.9%-
HSV(B)169.44º75.52%56.08%-
XYZ14.1521.4622.46-
YUV108.54136.7275.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=11.59%
G=47.35%
B=41.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351431240.7600.130.44169.4460.6734.9
Hex238F7C4C0D2Ca93d23
Octal43217174114015542517543
Binary10001110001111111110010011000110110110010101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,143,124); }

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

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

 a { background-color: rgb(35,143,124); }

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

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

 span { border-color: rgb(35,143,124); }

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