Html Css Color HEX #128573 Elf Green

📋 copy color: '#128573'

red 18 ◦ green 133 ◦ blue 115

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

Shades of Elf Green #128573

Tints of Elf Green #128573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 6.77%
G = 50%
B = 43.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#128573 (or 0x128573) is known color: Elf Green. HEX triplet: 12, 85 and 73. RGB value is (18,133,115). Sum of RGB (Red+Green+Blue) = 18+133+115=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #128573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128573 is #ED7A8C. Grayscale: #606060. Windows color (decimal): -15563405 or 7570706. OLE color: 7570706.

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

Color convert

RGB 18 133 115 -
CMYK 0.86 0 0.14 0.48
HSL 170.61º 0.76% 0.3% -
HSV(B) 170.61º 0.86% 0.52% -
XYZ 11.73 18.14 19.1 -
YUV 96.56 138.4 71.96 -
System Red Green Blue C M Y K H S L
Decimal 18 133 115 0.86 0 0.14 0.48 170.61 0.76 0.3
Hex 12 85 73 56 0 E 30 AB 4C 1E
Octal 22 205 163 126 0 16 60 253 114 36
Binary 10010 10000101 1110011 1010110 0 1110 110000 10101011 1001100 11110

Color Harmonies of #128573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128573

Black with #128573

Text Example


Text Example

White with #128573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128573; }

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

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

background-color css

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

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

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

border-color css

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

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

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