#238F63

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

Shades of Elf Green #238F63

Tints of Elf Green #238F63

Color information

#238F63 (or 0x238F63) is unknown color: approx Elf Green. HEX triplet: 23, 8F and 63. RGB value is (35,143,99). Sum of RGB (Red+Green+Blue) = 35+143+99=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #238F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F63 is #DC709C. Grayscale: #696969. Windows color (decimal): -14446749 or 6524707. OLE color: 6524707.

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

Color convert

RGB3514399-
CMYK0.7600.310.44
HSL155.56º60.67%34.9%-
HSV(B)155.56º75.52%56.08%-
XYZ12.7720.915.17-
YUV105.69124.2277.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 143 (56.25% from 255) = 51.62%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=12.64%
G=51.62%
B=35.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35143990.7600.310.44155.5660.6734.9
Hex238F634C01F2C9c3d23
Octal43217143114037542347543
Binary100011100011111100011100110001111110110010011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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