Html Css Color HEX #239474 Elf Green

📋 copy color: '#239474'

red 35 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #239474

Tints of Elf Green #239474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 11.71%
G = 49.5%
B = 38.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#239474 (or 0x239474) is known color: Elf Green. HEX triplet: 23, 94 and 74. RGB value is (35,148,116). Sum of RGB (Red+Green+Blue) = 35+148+116=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #239474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239474 is #DC6B8B. Grayscale: #6E6E6E. Windows color (decimal): -14445452 or 7640099. OLE color: 7640099.

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

Color convert

RGB 35 148 116 -
CMYK 0.76 0 0.22 0.42
HSL 163.01º 0.62% 0.36% -
HSV(B) 163.01º 0.76% 0.58% -
XYZ 14.44 22.8 20.16 -
YUV 110.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 35 148 116 0.76 0 0.22 0.42 163.01 0.62 0.36
Hex 23 94 74 4C 0 16 2A A3 3E 24
Octal 43 224 164 114 0 26 52 243 76 44
Binary 100011 10010100 1110100 1001100 0 10110 101010 10100011 111110 100100

Color Harmonies of #239474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239474

Black with #239474

Text Example


Text Example

White with #239474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239474; }

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

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

background-color css

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

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

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

border-color css

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

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

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