Html Css Color HEX #238B76 Elf Green

📋 copy color: '#238B76'

red 35 ◦ green 139 ◦ blue 118

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

Shades of Elf Green #238B76

Tints of Elf Green #238B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 11.99%
G = 47.6%
B = 40.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#238B76 (or 0x238B76) is known color: Elf Green. HEX triplet: 23, 8B and 76. RGB value is (35,139,118). Sum of RGB (Red+Green+Blue) = 35+139+118=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #238B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B76 is #DC7489. Grayscale: #696969. Windows color (decimal): -14447754 or 7768867. OLE color: 7768867.

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

Color convert

RGB 35 139 118 -
CMYK 0.75 0 0.15 0.45
HSL 167.88º 0.6% 0.34% -
HSV(B) 167.88º 0.75% 0.55% -
XYZ 13.2 20.13 20.33 -
YUV 105.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 35 139 118 0.75 0 0.15 0.45 167.88 0.6 0.34
Hex 23 8B 76 4B 0 F 2D A8 3C 22
Octal 43 213 166 113 0 17 55 250 74 42
Binary 100011 10001011 1110110 1001011 0 1111 101101 10101000 111100 100010

Color Harmonies of #238B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B76

Black with #238B76

Text Example


Text Example

White with #238B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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