Html Css Color HEX #238E7B Elf Green

📋 copy color: '#238E7B'

red 35 ◦ green 142 ◦ blue 123

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

Shades of Elf Green #238E7B

Tints of Elf Green #238E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.33%

 BLUE value IS 123 (48.44% from 255) = 41%

R = 11.67%
G = 47.33%
B = 41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#238E7B (or 0x238E7B) is known color: Elf Green. HEX triplet: 23, 8E and 7B. RGB value is (35,142,123). Sum of RGB (Red+Green+Blue) = 35+142+123=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #238E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E7B is #DC7184. Grayscale: #6B6B6B. Windows color (decimal): -14446981 or 8097315. OLE color: 8097315.

HSL color Cylindrical-coordinate representation of color #238E7B: hue angle of 169.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E7B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 142 123 -
CMYK 0.75 0 0.13 0.44
HSL 169.35º 0.6% 0.35% -
HSV(B) 169.35º 0.75% 0.56% -
XYZ 13.94 21.13 22.08 -
YUV 107.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 35 142 123 0.75 0 0.13 0.44 169.35 0.6 0.35
Hex 23 8E 7B 4B 0 D 2C A9 3C 23
Octal 43 216 173 113 0 15 54 251 74 43
Binary 100011 10001110 1111011 1001011 0 1101 101100 10101001 111100 100011

Color Harmonies of #238E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E7B

Black with #238E7B

Text Example


Text Example

White with #238E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,142,123); }

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

background-color css

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

 a { background-color: rgb(35,142,123); }

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

border-color css

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

 span { border-color: rgb(35,142,123); }

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