Html Css Color HEX #239470 Elf Green

📋 copy color: '#239470'

red 35 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #239470

Tints of Elf Green #239470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

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

R = 11.86%
G = 50.17%
B = 37.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#239470 (or 0x239470) is known color: Elf Green. HEX triplet: 23, 94 and 70. RGB value is (35,148,112). Sum of RGB (Red+Green+Blue) = 35+148+112=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #239470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239470 is #DC6B8F. Grayscale: #6E6E6E. Windows color (decimal): -14445456 or 7377955. OLE color: 7377955.

HSL color Cylindrical-coordinate representation of color #239470: hue angle of 160.88º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239470 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 148 112 -
CMYK 0.76 0 0.24 0.42
HSL 160.89º 0.62% 0.36% -
HSV(B) 160.89º 0.76% 0.58% -
XYZ 14.21 22.71 18.96 -
YUV 110.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 35 148 112 0.76 0 0.24 0.42 160.89 0.62 0.36
Hex 23 94 70 4C 0 18 2A A1 3E 24
Octal 43 224 160 114 0 30 52 241 76 44
Binary 100011 10010100 1110000 1001100 0 11000 101010 10100001 111110 100100

Color Harmonies of #239470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239470

Black with #239470

Text Example


Text Example

White with #239470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239470; }

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

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

background-color css

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

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

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

border-color css

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

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

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