Html Css Color HEX #017A3A Dark Spring Green

📋 copy color: '#017A3A'

red 1 ◦ green 122 ◦ blue 58

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

Shades of Dark Spring Green #017A3A

Tints of Dark Spring Green #017A3A

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 122 (48.05% from 255) = 67.4%

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

R = 0.55%
G = 67.4%
B = 32.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#017A3A (or 0x017A3A) is known color: Dark Spring Green. HEX triplet: 01, 7A and 3A. RGB value is (1,122,58). Sum of RGB (Red+Green+Blue) = 1+122+58=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 122 (48.05% from 255 or 67.40% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 122 - color contains mainly: green. Hex color #017A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A3A is #FE85C5. Grayscale: #4E4E4E. Windows color (decimal): -16680390 or 3832321. OLE color: 3832321.

HSL color Cylindrical-coordinate representation of color #017A3A: hue angle of 148.26º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A3A is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 58 -
CMYK 0.99 0 0.52 0.52
HSL 148.26º 0.98% 0.24% -
HSV(B) 148.26º 0.99% 0.48% -
XYZ 7.74 14.23 6.34 -
YUV 78.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 1 122 58 0.99 0 0.52 0.52 148.26 0.98 0.24
Hex 1 7A 3A 63 0 34 34 94 62 18
Octal 1 172 72 143 0 64 64 224 142 30
Binary 1 1111010 111010 1100011 0 110100 110100 10010100 1100010 11000

Color Harmonies of #017A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A3A

Black with #017A3A

Text Example


Text Example

White with #017A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A3A; }

 p { color: rgb(1,122,58); }

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

background-color css

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

 a { background-color: rgb(1,122,58); }

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

border-color css

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

 span { border-color: rgb(1,122,58); }

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