Html Css Color HEX #238968 Elf Green

📋 copy color: '#238968'

red 35 ◦ green 137 ◦ blue 104

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

Shades of Elf Green #238968

Tints of Elf Green #238968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 12.68%
G = 49.64%
B = 37.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#238968 (or 0x238968) is known color: Elf Green. HEX triplet: 23, 89 and 68. RGB value is (35,137,104). Sum of RGB (Red+Green+Blue) = 35+137+104=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #238968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238968 is #DC7697. Grayscale: #666666. Windows color (decimal): -14448280 or 6850851. OLE color: 6850851.

HSL color Cylindrical-coordinate representation of color #238968: hue angle of 160.59º 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 #238968 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 137 104 -
CMYK 0.74 0 0.24 0.46
HSL 160.59º 0.59% 0.34% -
HSV(B) 160.59º 0.74% 0.54% -
XYZ 12.14 19.25 16.17 -
YUV 102.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 35 137 104 0.74 0 0.24 0.46 160.59 0.59 0.34
Hex 23 89 68 4A 0 18 2E A1 3B 22
Octal 43 211 150 112 0 30 56 241 73 42
Binary 100011 10001001 1101000 1001010 0 11000 101110 10100001 111011 100010

Color Harmonies of #238968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238968

Black with #238968

Text Example


Text Example

White with #238968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238968; }

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

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

background-color css

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

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

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

border-color css

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

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

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