#238B61

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

Shades of Elf Green #238B61

Tints of Elf Green #238B61

Color information

#238B61 (or 0x238B61) is unknown color: approx Elf Green. HEX triplet: 23, 8B and 61. RGB value is (35,139,97). Sum of RGB (Red+Green+Blue) = 35+139+97=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #238B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B61 is #DC749E. Grayscale: #676767. Windows color (decimal): -14447775 or 6392611. OLE color: 6392611.

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

Color convert

RGB3513997-
CMYK0.7500.300.45
HSL155.77º59.77%34.12%-
HSV(B)155.77º74.82%54.51%-
XYZ12.0819.6914.47-
YUV103.12124.5479.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=12.92%
G=51.29%
B=35.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139970.7500.300.45155.7759.7734.12
Hex238B614B01E2D9c3c22
Octal43213141113036552347442
Binary100011100010111100001100101101111010110110011100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,139,97); }

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

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

 a { background-color: rgb(35,139,97); }

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

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

 span { border-color: rgb(35,139,97); }

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