Html Css Color HEX #12713E Dark Spring Green

📋 copy color: '#12713E'

red 18 ◦ green 113 ◦ blue 62

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

Shades of Dark Spring Green #12713E

Tints of Dark Spring Green #12713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.55%

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

R = 9.33%
G = 58.55%
B = 32.12%

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

#12713E (or 0x12713E) is known color: Dark Spring Green. HEX triplet: 12, 71 and 3E. RGB value is (18,113,62). Sum of RGB (Red+Green+Blue) = 18+113+62=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #12713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12713E is #ED8EC1. Grayscale: #4E4E4E. Windows color (decimal): -15568578 or 4092178. OLE color: 4092178.

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

Color convert

RGB 18 113 62 -
CMYK 0.84 0 0.45 0.56
HSL 147.79º 0.73% 0.26% -
HSV(B) 147.79º 0.84% 0.44% -
XYZ 7.02 12.29 6.56 -
YUV 78.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 18 113 62 0.84 0 0.45 0.56 147.79 0.73 0.26
Hex 12 71 3E 54 0 2D 38 94 49 1A
Octal 22 161 76 124 0 55 70 224 111 32
Binary 10010 1110001 111110 1010100 0 101101 111000 10010100 1001001 11010

Color Harmonies of #12713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12713E

Black with #12713E

Text Example


Text Example

White with #12713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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