Html Css Color HEX #057D1D Green

📋 copy color: '#057D1D'

red 5 ◦ green 125 ◦ blue 29

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

Shades of Green #057D1D

Tints of Green #057D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 3.14%
G = 78.62%
B = 18.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#057D1D (or 0x057D1D) is known color: Green. HEX triplet: 05, 7D and 1D. RGB value is (5,125,29). Sum of RGB (Red+Green+Blue) = 5+125+29=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #057D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D1D is #FA82E2. Grayscale: #4E4E4E. Windows color (decimal): -16417507 or 1932549. OLE color: 1932549.

HSL color Cylindrical-coordinate representation of color #057D1D: hue angle of 132º 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 #057D1D is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 125 29 -
CMYK 0.96 0 0.77 0.51
HSL 132º 0.92% 0.25% -
HSV(B) 132º 0.96% 0.49% -
XYZ 7.62 14.79 3.62 -
YUV 78.18 100.24 75.81 -
System Red Green Blue C M Y K H S L
Decimal 5 125 29 0.96 0 0.77 0.51 132 0.92 0.25
Hex 5 7D 1D 60 0 4D 33 84 5C 19
Octal 5 175 35 140 0 115 63 204 134 31
Binary 101 1111101 11101 1100000 0 1001101 110011 10000100 1011100 11001

Color Harmonies of #057D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D1D

Black with #057D1D

Text Example


Text Example

White with #057D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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