Html Css Color HEX #128473 Elf Green

📋 copy color: '#128473'

red 18 ◦ green 132 ◦ blue 115

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

Shades of Elf Green #128473

Tints of Elf Green #128473

RGB

 RED value IS 18 (7.42% from 255) = 6.79%

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

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 6.79%
G = 49.81%
B = 43.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#128473 (or 0x128473) is known color: Elf Green. HEX triplet: 12, 84 and 73. RGB value is (18,132,115). Sum of RGB (Red+Green+Blue) = 18+132+115=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #128473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128473 is #ED7B8C. Grayscale: #5F5F5F. Windows color (decimal): -15563661 or 7570450. OLE color: 7570450.

HSL color Cylindrical-coordinate representation of color #128473: hue angle of 171.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128473 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 115 -
CMYK 0.86 0 0.13 0.48
HSL 171.05º 0.76% 0.29% -
HSV(B) 171.05º 0.86% 0.52% -
XYZ 11.6 17.87 19.06 -
YUV 95.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 18 132 115 0.86 0 0.13 0.48 171.05 0.76 0.29
Hex 12 84 73 56 0 D 30 AB 4C 1D
Octal 22 204 163 126 0 15 60 253 114 35
Binary 10010 10000100 1110011 1010110 0 1101 110000 10101011 1001100 11101

Color Harmonies of #128473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128473

Black with #128473

Text Example


Text Example

White with #128473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128473; }

 p { color: rgb(18,132,115); }

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

background-color css

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

 a { background-color: rgb(18,132,115); }

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

border-color css

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

 span { border-color: rgb(18,132,115); }

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