Html Css Color HEX #12703F Dark Spring Green

📋 copy color: '#12703F'

red 18 ◦ green 112 ◦ blue 63

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

Shades of Dark Spring Green #12703F

Tints of Dark Spring Green #12703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.03%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 9.33%
G = 58.03%
B = 32.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#12703F (or 0x12703F) is known color: Dark Spring Green. HEX triplet: 12, 70 and 3F. RGB value is (18,112,63). Sum of RGB (Red+Green+Blue) = 18+112+63=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #12703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12703F is #ED8FC0. Grayscale: #4E4E4E. Windows color (decimal): -15568833 or 4157458. OLE color: 4157458.

HSL color Cylindrical-coordinate representation of color #12703F: hue angle of 148.72º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12703F is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 63 -
CMYK 0.84 0 0.44 0.56
HSL 148.72º 0.72% 0.25% -
HSV(B) 148.72º 0.84% 0.44% -
XYZ 6.94 12.08 6.67 -
YUV 78.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 18 112 63 0.84 0 0.44 0.56 148.72 0.72 0.25
Hex 12 70 3F 54 0 2C 38 95 48 19
Octal 22 160 77 124 0 54 70 225 110 31
Binary 10010 1110000 111111 1010100 0 101100 111000 10010101 1001000 11001

Color Harmonies of #12703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12703F

Black with #12703F

Text Example


Text Example

White with #12703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,112,63); }

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

background-color css

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

 a { background-color: rgb(18,112,63); }

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

border-color css

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

 span { border-color: rgb(18,112,63); }

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