Html Css Color HEX #058B1B Green

📋 copy color: '#058B1B'

red 5 ◦ green 139 ◦ blue 27

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

Shades of Green #058B1B

Tints of Green #058B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 2.92%
G = 81.29%
B = 15.79%

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

#058B1B (or 0x058B1B) is known color: Green. HEX triplet: 05, 8B and 1B. RGB value is (5,139,27). Sum of RGB (Red+Green+Blue) = 5+139+27=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 139 (54.69% from 255 or 81.29% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 139 - color contains mainly: green. Hex color #058B1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B1B is #FA74E4. Grayscale: #565656. Windows color (decimal): -16413925 or 1805061. OLE color: 1805061.

HSL color Cylindrical-coordinate representation of color #058B1B: hue angle of 129.85º 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 #058B1B is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 139 27 -
CMYK 0.96 0 0.81 0.45
HSL 129.85º 0.93% 0.28% -
HSV(B) 129.85º 0.96% 0.55% -
XYZ 9.49 18.58 4.12 -
YUV 86.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 5 139 27 0.96 0 0.81 0.45 129.85 0.93 0.28
Hex 5 8B 1B 60 0 51 2D 82 5D 1C
Octal 5 213 33 140 0 121 55 202 135 34
Binary 101 10001011 11011 1100000 0 1010001 101101 10000010 1011101 11100

Color Harmonies of #058B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B1B

Black with #058B1B

Text Example


Text Example

White with #058B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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