Html Css Color HEX #238C65 Elf Green

📋 copy color: '#238C65'

red 35 ◦ green 140 ◦ blue 101

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

Shades of Elf Green #238C65

Tints of Elf Green #238C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.72%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 12.68%
G = 50.72%
B = 36.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#238C65 (or 0x238C65) is known color: Elf Green. HEX triplet: 23, 8C and 65. RGB value is (35,140,101). Sum of RGB (Red+Green+Blue) = 35+140+101=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #238C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238C65 is #DC739A. Grayscale: #686868. Windows color (decimal): -14447515 or 6655011. OLE color: 6655011.

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

Color convert

RGB 35 140 101 -
CMYK 0.75 0 0.28 0.45
HSL 157.71º 0.6% 0.34% -
HSV(B) 157.71º 0.75% 0.55% -
XYZ 12.42 20.05 15.53 -
YUV 104.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 35 140 101 0.75 0 0.28 0.45 157.71 0.6 0.34
Hex 23 8C 65 4B 0 1C 2D 9E 3C 22
Octal 43 214 145 113 0 34 55 236 74 42
Binary 100011 10001100 1100101 1001011 0 11100 101101 10011110 111100 100010

Color Harmonies of #238C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C65

Black with #238C65

Text Example


Text Example

White with #238C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,140,101); }

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

background-color css

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

 a { background-color: rgb(35,140,101); }

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

border-color css

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

 span { border-color: rgb(35,140,101); }

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