Html Css Color HEX #12773A Dark Spring Green

📋 copy color: '#12773A'

red 18 ◦ green 119 ◦ blue 58

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

Shades of Dark Spring Green #12773A

Tints of Dark Spring Green #12773A

RGB

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

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

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

R = 9.23%
G = 61.03%
B = 29.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#12773A (or 0x12773A) is known color: Dark Spring Green. HEX triplet: 12, 77 and 3A. RGB value is (18,119,58). Sum of RGB (Red+Green+Blue) = 18+119+58=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #12773A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773A is #ED88C5. Grayscale: #515151. Windows color (decimal): -15567046 or 3831570. OLE color: 3831570.

HSL color Cylindrical-coordinate representation of color #12773A: hue angle of 143.76º 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 #12773A is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 58 -
CMYK 0.85 0 0.51 0.53
HSL 143.76º 0.74% 0.27% -
HSV(B) 143.76º 0.85% 0.47% -
XYZ 7.61 13.63 6.23 -
YUV 81.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 18 119 58 0.85 0 0.51 0.53 143.76 0.74 0.27
Hex 12 77 3A 55 0 33 35 90 4A 1B
Octal 22 167 72 125 0 63 65 220 112 33
Binary 10010 1110111 111010 1010101 0 110011 110101 10010000 1001010 11011

Color Harmonies of #12773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12773A

Black with #12773A

Text Example


Text Example

White with #12773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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