Html Css Color HEX #058B1A Green

📋 copy color: '#058B1A'

red 5 ◦ green 139 ◦ blue 26

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

Shades of Green #058B1A

Tints of Green #058B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 81.76%

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 2.94%
G = 81.76%
B = 15.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#058B1A (or 0x058B1A) is known color: Green. HEX triplet: 05, 8B and 1A. RGB value is (5,139,26). Sum of RGB (Red+Green+Blue) = 5+139+26=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 139 (54.69% from 255 or 81.76% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 139 - color contains mainly: green. Hex color #058B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B1A is #FA74E5. Grayscale: #565656. Windows color (decimal): -16413926 or 1739525. OLE color: 1739525.

HSL color Cylindrical-coordinate representation of color #058B1A: hue angle of 129.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B1A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 139 26 -
CMYK 0.96 0 0.81 0.45
HSL 129.4º 0.93% 0.28% -
HSV(B) 129.4º 0.96% 0.55% -
XYZ 9.48 18.57 4.06 -
YUV 86.05 94.11 70.19 -
System Red Green Blue C M Y K H S L
Decimal 5 139 26 0.96 0 0.81 0.45 129.4 0.93 0.28
Hex 5 8B 1A 60 0 51 2D 81 5D 1C
Octal 5 213 32 140 0 121 55 201 135 34
Binary 101 10001011 11010 1100000 0 1010001 101101 10000001 1011101 11100

Color Harmonies of #058B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B1A

Black with #058B1A

Text Example


Text Example

White with #058B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058B1A; }

 p { color: rgb(5,139,26); }

 H1.HeaderClassName
 {
   color: #058B1A;
 }
 .AnyTagClassName
 {
   color: #058B1A;
 }
</style>

background-color css

<style>
 a { background-color: #058B1A; }

 a { background-color: rgb(5,139,26); }

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

border-color css

<style>
 span { border-color: #058B1A; }

 span { border-color: rgb(5,139,26); }

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