Html Css Color HEX #239B70 Elf Green

📋 copy color: '#239B70'

red 35 ◦ green 155 ◦ blue 112

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

Shades of Elf Green #239B70

Tints of Elf Green #239B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.32%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 11.59%
G = 51.32%
B = 37.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#239B70 (or 0x239B70) is known color: Elf Green. HEX triplet: 23, 9B and 70. RGB value is (35,155,112). Sum of RGB (Red+Green+Blue) = 35+155+112=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #239B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B70 is #DC648F. Grayscale: #727272. Windows color (decimal): -14443664 or 7379747. OLE color: 7379747.

HSL color Cylindrical-coordinate representation of color #239B70: hue angle of 158.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B70 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 155 112 -
CMYK 0.77 0 0.28 0.39
HSL 158.5º 0.63% 0.37% -
HSV(B) 158.5º 0.77% 0.61% -
XYZ 15.34 24.97 19.34 -
YUV 114.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 35 155 112 0.77 0 0.28 0.39 158.5 0.63 0.37
Hex 23 9B 70 4D 0 1C 27 9E 3F 25
Octal 43 233 160 115 0 34 47 236 77 45
Binary 100011 10011011 1110000 1001101 0 11100 100111 10011110 111111 100101

Color Harmonies of #239B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B70

Black with #239B70

Text Example


Text Example

White with #239B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239B70; }

 p { color: rgb(35,155,112); }

 H1.HeaderClassName
 {
   color: #239B70;
 }
 .AnyTagClassName
 {
   color: #239B70;
 }
</style>

background-color css

<style>
 a { background-color: #239B70; }

 a { background-color: rgb(35,155,112); }

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

border-color css

<style>
 span { border-color: #239B70; }

 span { border-color: rgb(35,155,112); }

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