Html Css Color HEX #238470 Elf Green

📋 copy color: '#238470'

red 35 ◦ green 132 ◦ blue 112

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

Shades of Elf Green #238470

Tints of Elf Green #238470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 12.54%
G = 47.31%
B = 40.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#238470 (or 0x238470) is known color: Elf Green. HEX triplet: 23, 84 and 70. RGB value is (35,132,112). Sum of RGB (Red+Green+Blue) = 35+132+112=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #238470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238470 is #DC7B8F. Grayscale: #646464. Windows color (decimal): -14449552 or 7373859. OLE color: 7373859.

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

Color convert

RGB 35 132 112 -
CMYK 0.73 0 0.15 0.48
HSL 167.63º 0.58% 0.33% -
HSV(B) 167.63º 0.73% 0.52% -
XYZ 11.87 18.03 18.18 -
YUV 100.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 35 132 112 0.73 0 0.15 0.48 167.63 0.58 0.33
Hex 23 84 70 49 0 F 30 A8 3A 21
Octal 43 204 160 111 0 17 60 250 72 41
Binary 100011 10000100 1110000 1001001 0 1111 110000 10101000 111010 100001

Color Harmonies of #238470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238470

Black with #238470

Text Example


Text Example

White with #238470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238470; }

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

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

background-color css

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

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

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

border-color css

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

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

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