Html Css Color HEX #239478 Elf Green

📋 copy color: '#239478'

red 35 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #239478

Tints of Elf Green #239478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 11.55%
G = 48.84%
B = 39.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#239478 (or 0x239478) is known color: Elf Green. HEX triplet: 23, 94 and 78. RGB value is (35,148,120). Sum of RGB (Red+Green+Blue) = 35+148+120=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #239478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239478 is #DC6B87. Grayscale: #6F6F6F. Windows color (decimal): -14445448 or 7902243. OLE color: 7902243.

HSL color Cylindrical-coordinate representation of color #239478: hue angle of 165.13º 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 #239478 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 148 120 -
CMYK 0.76 0 0.19 0.42
HSL 165.13º 0.62% 0.36% -
HSV(B) 165.13º 0.76% 0.58% -
XYZ 14.67 22.89 21.41 -
YUV 111.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 35 148 120 0.76 0 0.19 0.42 165.13 0.62 0.36
Hex 23 94 78 4C 0 13 2A A5 3E 24
Octal 43 224 170 114 0 23 52 245 76 44
Binary 100011 10010100 1111000 1001100 0 10011 101010 10100101 111110 100100

Color Harmonies of #239478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239478

Black with #239478

Text Example


Text Example

White with #239478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239478; }

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

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

background-color css

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

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

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

border-color css

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

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

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