Html Css Color HEX #12743F Dark Spring Green

📋 copy color: '#12743F'

red 18 ◦ green 116 ◦ blue 63

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

Shades of Dark Spring Green #12743F

Tints of Dark Spring Green #12743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.88%

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

R = 9.14%
G = 58.88%
B = 31.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#12743F (or 0x12743F) is known color: Dark Spring Green. HEX triplet: 12, 74 and 3F. RGB value is (18,116,63). Sum of RGB (Red+Green+Blue) = 18+116+63=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #12743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12743F is #ED8BC0. Grayscale: #505050. Windows color (decimal): -15567809 or 4158482. OLE color: 4158482.

HSL color Cylindrical-coordinate representation of color #12743F: hue angle of 147.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12743F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 63 -
CMYK 0.84 0 0.46 0.55
HSL 147.55º 0.73% 0.26% -
HSV(B) 147.55º 0.84% 0.45% -
XYZ 7.39 12.98 6.82 -
YUV 80.66 118.03 83.31 -
System Red Green Blue C M Y K H S L
Decimal 18 116 63 0.84 0 0.46 0.55 147.55 0.73 0.26
Hex 12 74 3F 54 0 2E 37 94 49 1A
Octal 22 164 77 124 0 56 67 224 111 32
Binary 10010 1110100 111111 1010100 0 101110 110111 10010100 1001001 11010

Color Harmonies of #12743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12743F

Black with #12743F

Text Example


Text Example

White with #12743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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