Html Css Color HEX #12773D Dark Spring Green

📋 copy color: '#12773D'

red 18 ◦ green 119 ◦ blue 61

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

Shades of Dark Spring Green #12773D

Tints of Dark Spring Green #12773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.1%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 9.09%
G = 60.1%
B = 30.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#12773D (or 0x12773D) is known color: Dark Spring Green. HEX triplet: 12, 77 and 3D. RGB value is (18,119,61). Sum of RGB (Red+Green+Blue) = 18+119+61=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #12773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773D is #ED88C2. Grayscale: #525252. Windows color (decimal): -15567043 or 4028178. OLE color: 4028178.

HSL color Cylindrical-coordinate representation of color #12773D: hue angle of 145.54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12773D is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 61 -
CMYK 0.85 0 0.49 0.53
HSL 145.54º 0.74% 0.27% -
HSV(B) 145.54º 0.85% 0.47% -
XYZ 7.69 13.66 6.65 -
YUV 82.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 18 119 61 0.85 0 0.49 0.53 145.54 0.74 0.27
Hex 12 77 3D 55 0 31 35 92 4A 1B
Octal 22 167 75 125 0 61 65 222 112 33
Binary 10010 1110111 111101 1010101 0 110001 110101 10010010 1001010 11011

Color Harmonies of #12773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12773D

Black with #12773D

Text Example


Text Example

White with #12773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12773D; }

 p { color: rgb(18,119,61); }

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

background-color css

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

 a { background-color: rgb(18,119,61); }

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

border-color css

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

 span { border-color: rgb(18,119,61); }

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