Html Css Color HEX #238D68 Elf Green

📋 copy color: '#238D68'

red 35 ◦ green 141 ◦ blue 104

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

Shades of Elf Green #238D68

Tints of Elf Green #238D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.36%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 12.5%
G = 50.36%
B = 37.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#238D68 (or 0x238D68) is known color: Elf Green. HEX triplet: 23, 8D and 68. RGB value is (35,141,104). Sum of RGB (Red+Green+Blue) = 35+141+104=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #238D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D68 is #DC7297. Grayscale: #696969. Windows color (decimal): -14447256 or 6851875. OLE color: 6851875.

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

Color convert

RGB 35 141 104 -
CMYK 0.75 0 0.26 0.45
HSL 159.06º 0.6% 0.35% -
HSV(B) 159.06º 0.75% 0.55% -
XYZ 12.72 20.41 16.37 -
YUV 105.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 35 141 104 0.75 0 0.26 0.45 159.06 0.6 0.35
Hex 23 8D 68 4B 0 1A 2D 9F 3C 23
Octal 43 215 150 113 0 32 55 237 74 43
Binary 100011 10001101 1101000 1001011 0 11010 101101 10011111 111100 100011

Color Harmonies of #238D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238D68

Black with #238D68

Text Example


Text Example

White with #238D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,141,104); }

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

background-color css

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

 a { background-color: rgb(35,141,104); }

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

border-color css

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

 span { border-color: rgb(35,141,104); }

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