Html Css Color HEX #12703A Dark Spring Green

📋 copy color: '#12703A'

red 18 ◦ green 112 ◦ blue 58

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

Shades of Dark Spring Green #12703A

Tints of Dark Spring Green #12703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 9.57%
G = 59.57%
B = 30.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#12703A (or 0x12703A) is known color: Dark Spring Green. HEX triplet: 12, 70 and 3A. RGB value is (18,112,58). Sum of RGB (Red+Green+Blue) = 18+112+58=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #12703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12703A is #ED8FC5. Grayscale: #4D4D4D. Windows color (decimal): -15568838 or 3829778. OLE color: 3829778.

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

Color convert

RGB 18 112 58 -
CMYK 0.84 0 0.48 0.56
HSL 145.53º 0.72% 0.25% -
HSV(B) 145.53º 0.84% 0.44% -
XYZ 6.81 12.02 5.96 -
YUV 77.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 18 112 58 0.84 0 0.48 0.56 145.53 0.72 0.25
Hex 12 70 3A 54 0 30 38 92 48 19
Octal 22 160 72 124 0 60 70 222 110 31
Binary 10010 1110000 111010 1010100 0 110000 111000 10010010 1001000 11001

Color Harmonies of #12703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12703A

Black with #12703A

Text Example


Text Example

White with #12703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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