Html Css Color HEX #23947C Elf Green

📋 copy color: '#23947C'

red 35 ◦ green 148 ◦ blue 124

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

Shades of Elf Green #23947C

Tints of Elf Green #23947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 11.4%
G = 48.21%
B = 40.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#23947C (or 0x23947C) is known color: Elf Green. HEX triplet: 23, 94 and 7C. RGB value is (35,148,124). Sum of RGB (Red+Green+Blue) = 35+148+124=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #23947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23947C is #DC6B83. Grayscale: #6F6F6F. Windows color (decimal): -14445444 or 8164387. OLE color: 8164387.

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

Color convert

RGB 35 148 124 -
CMYK 0.76 0 0.16 0.42
HSL 167.26º 0.62% 0.36% -
HSV(B) 167.26º 0.76% 0.58% -
XYZ 14.92 22.99 22.72 -
YUV 111.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 35 148 124 0.76 0 0.16 0.42 167.26 0.62 0.36
Hex 23 94 7C 4C 0 10 2A A7 3E 24
Octal 43 224 174 114 0 20 52 247 76 44
Binary 100011 10010100 1111100 1001100 0 10000 101010 10100111 111110 100100

Color Harmonies of #23947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23947C

Black with #23947C

Text Example


Text Example

White with #23947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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