Html Css Color HEX #12793A Dark Spring Green

📋 copy color: '#12793A'

red 18 ◦ green 121 ◦ blue 58

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

Shades of Dark Spring Green #12793A

Tints of Dark Spring Green #12793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.42%

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

R = 9.14%
G = 61.42%
B = 29.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#12793A (or 0x12793A) is known color: Dark Spring Green. HEX triplet: 12, 79 and 3A. RGB value is (18,121,58). Sum of RGB (Red+Green+Blue) = 18+121+58=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #12793A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12793A is #ED86C5. Grayscale: #535353. Windows color (decimal): -15566534 or 3832082. OLE color: 3832082.

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

Color convert

RGB 18 121 58 -
CMYK 0.85 0 0.52 0.53
HSL 143.3º 0.74% 0.27% -
HSV(B) 143.3º 0.85% 0.47% -
XYZ 7.85 14.11 6.31 -
YUV 83.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 18 121 58 0.85 0 0.52 0.53 143.3 0.74 0.27
Hex 12 79 3A 55 0 34 35 8F 4A 1B
Octal 22 171 72 125 0 64 65 217 112 33
Binary 10010 1111001 111010 1010101 0 110100 110101 10001111 1001010 11011

Color Harmonies of #12793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12793A

Black with #12793A

Text Example


Text Example

White with #12793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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