Html Css Color HEX #238975 Elf Green

📋 copy color: '#238975'

red 35 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #238975

Tints of Elf Green #238975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 12.11%
G = 47.4%
B = 40.48%

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

#238975 (or 0x238975) is known color: Elf Green. HEX triplet: 23, 89 and 75. RGB value is (35,137,117). Sum of RGB (Red+Green+Blue) = 35+137+117=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #238975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238975 is #DC768A. Grayscale: #686868. Windows color (decimal): -14448267 or 7702819. OLE color: 7702819.

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

Color convert

RGB 35 137 117 -
CMYK 0.74 0 0.15 0.46
HSL 168.24º 0.59% 0.34% -
HSV(B) 168.24º 0.74% 0.54% -
XYZ 12.85 19.53 19.92 -
YUV 104.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 35 137 117 0.74 0 0.15 0.46 168.24 0.59 0.34
Hex 23 89 75 4A 0 F 2E A8 3B 22
Octal 43 211 165 112 0 17 56 250 73 42
Binary 100011 10001001 1110101 1001010 0 1111 101110 10101000 111011 100010

Color Harmonies of #238975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238975

Black with #238975

Text Example


Text Example

White with #238975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238975; }

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

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

background-color css

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

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

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

border-color css

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

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

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