Html Css Color HEX #057D1F Green

📋 copy color: '#057D1F'

red 5 ◦ green 125 ◦ blue 31

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

Shades of Green #057D1F

Tints of Green #057D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 77.64%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 3.11%
G = 77.64%
B = 19.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#057D1F (or 0x057D1F) is known color: Green. HEX triplet: 05, 7D and 1F. RGB value is (5,125,31). Sum of RGB (Red+Green+Blue) = 5+125+31=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 125 (49.22% from 255 or 77.64% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 125 - color contains mainly: green. Hex color #057D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D1F is #FA82E0. Grayscale: #4E4E4E. Windows color (decimal): -16417505 or 2063621. OLE color: 2063621.

HSL color Cylindrical-coordinate representation of color #057D1F: hue angle of 133º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D1F is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 125 31 -
CMYK 0.96 0 0.75 0.51
HSL 133º 0.92% 0.25% -
HSV(B) 133º 0.96% 0.49% -
XYZ 7.64 14.8 3.75 -
YUV 78.4 101.24 75.64 -
System Red Green Blue C M Y K H S L
Decimal 5 125 31 0.96 0 0.75 0.51 133 0.92 0.25
Hex 5 7D 1F 60 0 4B 33 85 5C 19
Octal 5 175 37 140 0 113 63 205 134 31
Binary 101 1111101 11111 1100000 0 1001011 110011 10000101 1011100 11001

Color Harmonies of #057D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D1F

Black with #057D1F

Text Example


Text Example

White with #057D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,31); }

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

background-color css

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

 a { background-color: rgb(5,125,31); }

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

border-color css

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

 span { border-color: rgb(5,125,31); }

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