Html Css Color HEX #238974 Elf Green

📋 copy color: '#238974'

red 35 ◦ green 137 ◦ blue 116

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

Shades of Elf Green #238974

Tints of Elf Green #238974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

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

R = 12.15%
G = 47.57%
B = 40.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#238974 (or 0x238974) is known color: Elf Green. HEX triplet: 23, 89 and 74. RGB value is (35,137,116). Sum of RGB (Red+Green+Blue) = 35+137+116=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #238974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238974 is #DC768B. Grayscale: #686868. Windows color (decimal): -14448268 or 7637283. OLE color: 7637283.

HSL color Cylindrical-coordinate representation of color #238974: hue angle of 167.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238974 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 137 116 -
CMYK 0.74 0 0.15 0.46
HSL 167.65º 0.59% 0.34% -
HSV(B) 167.65º 0.74% 0.54% -
XYZ 12.79 19.51 19.61 -
YUV 104.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 35 137 116 0.74 0 0.15 0.46 167.65 0.59 0.34
Hex 23 89 74 4A 0 F 2E A8 3B 22
Octal 43 211 164 112 0 17 56 250 73 42
Binary 100011 10001001 1110100 1001010 0 1111 101110 10101000 111011 100010

Color Harmonies of #238974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238974

Black with #238974

Text Example


Text Example

White with #238974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238974; }

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

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

background-color css

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

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

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

border-color css

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

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

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