Html Css Color HEX #238674 Elf Green

📋 copy color: '#238674'

red 35 ◦ green 134 ◦ blue 116

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

Shades of Elf Green #238674

Tints of Elf Green #238674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

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

R = 12.28%
G = 47.02%
B = 40.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#238674 (or 0x238674) is known color: Elf Green. HEX triplet: 23, 86 and 74. RGB value is (35,134,116). Sum of RGB (Red+Green+Blue) = 35+134+116=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #238674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238674 is #DC798B. Grayscale: #666666. Windows color (decimal): -14449036 or 7636515. OLE color: 7636515.

HSL color Cylindrical-coordinate representation of color #238674: hue angle of 169.09º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238674 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 116 -
CMYK 0.74 0 0.13 0.47
HSL 169.09º 0.59% 0.33% -
HSV(B) 169.09º 0.74% 0.53% -
XYZ 12.37 18.67 19.47 -
YUV 102.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 35 134 116 0.74 0 0.13 0.47 169.09 0.59 0.33
Hex 23 86 74 4A 0 D 2F A9 3B 21
Octal 43 206 164 112 0 15 57 251 73 41
Binary 100011 10000110 1110100 1001010 0 1101 101111 10101001 111011 100001

Color Harmonies of #238674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238674

Black with #238674

Text Example


Text Example

White with #238674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238674; }

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

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

background-color css

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

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

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

border-color css

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

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

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