#238A77

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

Shades of Elf Green #238A77

Tints of Elf Green #238A77

Color information

#238A77 (or 0x238A77) is unknown color: approx Elf Green. HEX triplet: 23, 8A and 77. RGB value is (35,138,119). Sum of RGB (Red+Green+Blue) = 35+138+119=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #238A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238A77 is #DC7588. Grayscale: #696969. Windows color (decimal): -14448009 or 7834147. OLE color: 7834147.

HSL color Cylindrical-coordinate representation of color #238A77: hue angle of 168.93º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238A77 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB35138119-
CMYK0.7500.140.46
HSL168.93º59.54%33.92%-
HSV(B)168.93º74.64%54.12%-
XYZ13.1119.8720.6-
YUV105.04135.8878.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.99%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=11.99%
G=47.26%
B=40.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351381190.7500.140.46168.9359.5433.92
Hex238A774B0E2Ea93c22
Octal43212167113016562517442
Binary10001110001010111011110010110111010111010101001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,138,119); }

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

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

 a { background-color: rgb(35,138,119); }

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

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

 span { border-color: rgb(35,138,119); }

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