Html Css Color HEX #238370 Elf Green

📋 copy color: '#238370'

red 35 ◦ green 131 ◦ blue 112

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

Shades of Elf Green #238370

Tints of Elf Green #238370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 12.59%
G = 47.12%
B = 40.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#238370 (or 0x238370) is known color: Elf Green. HEX triplet: 23, 83 and 70. RGB value is (35,131,112). Sum of RGB (Red+Green+Blue) = 35+131+112=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #238370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238370 is #DC7C8F. Grayscale: #646464. Windows color (decimal): -14449808 or 7373603. OLE color: 7373603.

HSL color Cylindrical-coordinate representation of color #238370: hue angle of 168.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238370 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 112 -
CMYK 0.73 0 0.15 0.49
HSL 168.13º 0.58% 0.33% -
HSV(B) 168.13º 0.73% 0.51% -
XYZ 11.73 17.76 18.14 -
YUV 100.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 35 131 112 0.73 0 0.15 0.49 168.13 0.58 0.33
Hex 23 83 70 49 0 F 31 A8 3A 21
Octal 43 203 160 111 0 17 61 250 72 41
Binary 100011 10000011 1110000 1001001 0 1111 110001 10101000 111010 100001

Color Harmonies of #238370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238370

Black with #238370

Text Example


Text Example

White with #238370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238370; }

 p { color: rgb(35,131,112); }

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

background-color css

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

 a { background-color: rgb(35,131,112); }

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

border-color css

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

 span { border-color: rgb(35,131,112); }

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