Html Css Color HEX #12703E Dark Spring Green

📋 copy color: '#12703E'

red 18 ◦ green 112 ◦ blue 62

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

Shades of Dark Spring Green #12703E

Tints of Dark Spring Green #12703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 9.38%
G = 58.33%
B = 32.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#12703E (or 0x12703E) is known color: Dark Spring Green. HEX triplet: 12, 70 and 3E. RGB value is (18,112,62). Sum of RGB (Red+Green+Blue) = 18+112+62=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #12703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12703E is #ED8FC1. Grayscale: #4E4E4E. Windows color (decimal): -15568834 or 4091922. OLE color: 4091922.

HSL color Cylindrical-coordinate representation of color #12703E: hue angle of 148.09º 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 #12703E is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 62 -
CMYK 0.84 0 0.45 0.56
HSL 148.09º 0.72% 0.25% -
HSV(B) 148.09º 0.84% 0.44% -
XYZ 6.91 12.06 6.52 -
YUV 78.19 118.86 85.07 -
System Red Green Blue C M Y K H S L
Decimal 18 112 62 0.84 0 0.45 0.56 148.09 0.72 0.25
Hex 12 70 3E 54 0 2D 38 94 48 19
Octal 22 160 76 124 0 55 70 224 110 31
Binary 10010 1110000 111110 1010100 0 101101 111000 10010100 1001000 11001

Color Harmonies of #12703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12703E

Black with #12703E

Text Example


Text Example

White with #12703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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