Html Css Color HEX #057F3A Dark Spring Green

📋 copy color: '#057F3A'

red 5 ◦ green 127 ◦ blue 58

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

Shades of Dark Spring Green #057F3A

Tints of Dark Spring Green #057F3A

RGB

 RED value IS 5 (2.34% from 255) = 2.63%

 GREEN value IS 127 (50% from 255) = 66.84%

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

R = 2.63%
G = 66.84%
B = 30.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#057F3A (or 0x057F3A) is known color: Dark Spring Green. HEX triplet: 05, 7F and 3A. RGB value is (5,127,58). Sum of RGB (Red+Green+Blue) = 5+127+58=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 127 (50% from 255 or 66.84% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 127 - color contains mainly: green. Hex color #057F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F3A is #FA80C5. Grayscale: #525252. Windows color (decimal): -16416966 or 3833605. OLE color: 3833605.

HSL color Cylindrical-coordinate representation of color #057F3A: hue angle of 146.07º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F3A is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 58 -
CMYK 0.96 0 0.54 0.50
HSL 146.07º 0.92% 0.26% -
HSV(B) 146.07º 0.96% 0.5% -
XYZ 8.42 15.52 6.55 -
YUV 82.66 114.08 72.61 -
System Red Green Blue C M Y K H S L
Decimal 5 127 58 0.96 0 0.54 0.50 146.07 0.92 0.26
Hex 5 7F 3A 60 0 36 32 92 5C 1A
Octal 5 177 72 140 0 66 62 222 134 32
Binary 101 1111111 111010 1100000 0 110110 110010 10010010 1011100 11010

Color Harmonies of #057F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F3A

Black with #057F3A

Text Example


Text Example

White with #057F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057F3A; }

 p { color: rgb(5,127,58); }

 H1.HeaderClassName
 {
   color: #057F3A;
 }
 .AnyTagClassName
 {
   color: #057F3A;
 }
</style>

background-color css

<style>
 a { background-color: #057F3A; }

 a { background-color: rgb(5,127,58); }

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

border-color css

<style>
 span { border-color: #057F3A; }

 span { border-color: rgb(5,127,58); }

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