Html Css Color HEX #238B79 Elf Green

📋 copy color: '#238B79'

red 35 ◦ green 139 ◦ blue 121

#238B79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #238B79

Tints of Elf Green #238B79

RGB

 RED value IS 35 (14.06% from 255) = 11.86%

 GREEN value IS 139 (54.69% from 255) = 47.12%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 11.86%
G = 47.12%
B = 41.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#238B79 (or 0x238B79) is known color: Elf Green. HEX triplet: 23, 8B and 79. RGB value is (35,139,121). Sum of RGB (Red+Green+Blue) = 35+139+121=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #238B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B79 is #DC7486. Grayscale: #696969. Windows color (decimal): -14447751 or 7965475. OLE color: 7965475.

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

Color convert

RGB 35 139 121 -
CMYK 0.75 0 0.13 0.45
HSL 169.62º 0.6% 0.34% -
HSV(B) 169.62º 0.75% 0.55% -
XYZ 13.38 20.2 21.28 -
YUV 105.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 35 139 121 0.75 0 0.13 0.45 169.62 0.6 0.34
Hex 23 8B 79 4B 0 D 2D AA 3C 22
Octal 43 213 171 113 0 15 55 252 74 42
Binary 100011 10001011 1111001 1001011 0 1101 101101 10101010 111100 100010

Color Harmonies of #238B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B79

Black with #238B79

Text Example


Text Example

White with #238B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #238B79;
 }
 .AnyTagClassName
 {
   color: #238B79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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