Html Css Color HEX #12935F Elf Green

📋 copy color: '#12935F'

red 18 ◦ green 147 ◦ blue 95

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

Shades of Elf Green #12935F

Tints of Elf Green #12935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 6.92%
G = 56.54%
B = 36.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#12935F (or 0x12935F) is known color: Elf Green. HEX triplet: 12, 93 and 5F. RGB value is (18,147,95). Sum of RGB (Red+Green+Blue) = 18+147+95=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #12935F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12935F is #ED6CA0. Grayscale: #666666. Windows color (decimal): -15559841 or 6263570. OLE color: 6263570.

HSL color Cylindrical-coordinate representation of color #12935F: hue angle of 155.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12935F is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 95 -
CMYK 0.88 0 0.35 0.42
HSL 155.81º 0.78% 0.32% -
HSV(B) 155.81º 0.88% 0.58% -
XYZ 12.75 21.82 14.37 -
YUV 102.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 18 147 95 0.88 0 0.35 0.42 155.81 0.78 0.32
Hex 12 93 5F 58 0 23 2A 9C 4E 20
Octal 22 223 137 130 0 43 52 234 116 40
Binary 10010 10010011 1011111 1011000 0 100011 101010 10011100 1001110 100000

Color Harmonies of #12935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12935F

Black with #12935F

Text Example


Text Example

White with #12935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12935F; }

 p { color: rgb(18,147,95); }

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

background-color css

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

 a { background-color: rgb(18,147,95); }

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

border-color css

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

 span { border-color: rgb(18,147,95); }

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