Html Css Color HEX #127343 Dark Spring Green

📋 copy color: '#127343'

red 18 ◦ green 115 ◦ blue 67

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

Shades of Dark Spring Green #127343

Tints of Dark Spring Green #127343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 9%
G = 57.5%
B = 33.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#127343 (or 0x127343) is known color: Dark Spring Green. HEX triplet: 12, 73 and 43. RGB value is (18,115,67). Sum of RGB (Red+Green+Blue) = 18+115+67=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #127343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127343 is #ED8CBC. Grayscale: #505050. Windows color (decimal): -15568061 or 4420370. OLE color: 4420370.

HSL color Cylindrical-coordinate representation of color #127343: hue angle of 150.31º 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 #127343 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 67 -
CMYK 0.84 0 0.42 0.55
HSL 150.31º 0.73% 0.26% -
HSV(B) 150.31º 0.84% 0.45% -
XYZ 7.39 12.8 7.39 -
YUV 80.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 18 115 67 0.84 0 0.42 0.55 150.31 0.73 0.26
Hex 12 73 43 54 0 2A 37 96 49 1A
Octal 22 163 103 124 0 52 67 226 111 32
Binary 10010 1110011 1000011 1010100 0 101010 110111 10010110 1001001 11010

Color Harmonies of #127343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127343

Black with #127343

Text Example


Text Example

White with #127343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127343; }

 p { color: rgb(18,115,67); }

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

background-color css

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

 a { background-color: rgb(18,115,67); }

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

border-color css

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

 span { border-color: rgb(18,115,67); }

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