Html Css Color HEX #238371 Elf Green

📋 copy color: '#238371'

red 35 ◦ green 131 ◦ blue 113

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

Shades of Elf Green #238371

Tints of Elf Green #238371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 12.54%
G = 46.95%
B = 40.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#238371 (or 0x238371) is known color: Elf Green. HEX triplet: 23, 83 and 71. RGB value is (35,131,113). Sum of RGB (Red+Green+Blue) = 35+131+113=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #238371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238371 is #DC7C8E. Grayscale: #646464. Windows color (decimal): -14449807 or 7439139. OLE color: 7439139.

HSL color Cylindrical-coordinate representation of color #238371: hue angle of 168.75º 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 #238371 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 113 -
CMYK 0.73 0 0.14 0.49
HSL 168.75º 0.58% 0.33% -
HSV(B) 168.75º 0.73% 0.51% -
XYZ 11.79 17.78 18.43 -
YUV 100.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 35 131 113 0.73 0 0.14 0.49 168.75 0.58 0.33
Hex 23 83 71 49 0 E 31 A9 3A 21
Octal 43 203 161 111 0 16 61 251 72 41
Binary 100011 10000011 1110001 1001001 0 1110 110001 10101001 111010 100001

Color Harmonies of #238371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238371

Black with #238371

Text Example


Text Example

White with #238371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238371; }

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

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

background-color css

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

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

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

border-color css

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

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

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