Html Css Color HEX #12773B Dark Spring Green

📋 copy color: '#12773B'

red 18 ◦ green 119 ◦ blue 59

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

Shades of Dark Spring Green #12773B

Tints of Dark Spring Green #12773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 9.18%
G = 60.71%
B = 30.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#12773B (or 0x12773B) is known color: Dark Spring Green. HEX triplet: 12, 77 and 3B. RGB value is (18,119,59). Sum of RGB (Red+Green+Blue) = 18+119+59=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #12773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773B is #ED88C4. Grayscale: #525252. Windows color (decimal): -15567045 or 3897106. OLE color: 3897106.

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

Color convert

RGB 18 119 59 -
CMYK 0.85 0 0.50 0.53
HSL 144.36º 0.74% 0.27% -
HSV(B) 144.36º 0.85% 0.47% -
XYZ 7.64 13.64 6.37 -
YUV 81.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 18 119 59 0.85 0 0.50 0.53 144.36 0.74 0.27
Hex 12 77 3B 55 0 32 35 90 4A 1B
Octal 22 167 73 125 0 62 65 220 112 33
Binary 10010 1110111 111011 1010101 0 110010 110101 10010000 1001010 11011

Color Harmonies of #12773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12773B

Black with #12773B

Text Example


Text Example

White with #12773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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