Html Css Color HEX #238D64 Elf Green

📋 copy color: '#238D64'

red 35 ◦ green 141 ◦ blue 100

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

Shades of Elf Green #238D64

Tints of Elf Green #238D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 12.68%
G = 51.09%
B = 36.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#238D64 (or 0x238D64) is known color: Elf Green. HEX triplet: 23, 8D and 64. RGB value is (35,141,100). Sum of RGB (Red+Green+Blue) = 35+141+100=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #238D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D64 is #DC729B. Grayscale: #686868. Windows color (decimal): -14447260 or 6589731. OLE color: 6589731.

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

Color convert

RGB 35 141 100 -
CMYK 0.75 0 0.29 0.45
HSL 156.79º 0.6% 0.35% -
HSV(B) 156.79º 0.75% 0.55% -
XYZ 12.52 20.33 15.32 -
YUV 104.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 35 141 100 0.75 0 0.29 0.45 156.79 0.6 0.35
Hex 23 8D 64 4B 0 1D 2D 9D 3C 23
Octal 43 215 144 113 0 35 55 235 74 43
Binary 100011 10001101 1100100 1001011 0 11101 101101 10011101 111100 100011

Color Harmonies of #238D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238D64

Black with #238D64

Text Example


Text Example

White with #238D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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