Html Css Color HEX #059B42 Pigment Green

📋 copy color: '#059B42'

red 5 ◦ green 155 ◦ blue 66

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

Shades of Pigment Green #059B42

Tints of Pigment Green #059B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 68.58%

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 2.21%
G = 68.58%
B = 29.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#059B42 (or 0x059B42) is known color: Pigment Green. HEX triplet: 05, 9B and 42. RGB value is (5,155,66). Sum of RGB (Red+Green+Blue) = 5+155+66=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 155 (60.94% from 255 or 68.58% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 155 - color contains mainly: green. Hex color #059B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B42 is #FA64BD. Grayscale: #646464. Windows color (decimal): -16409790 or 4365061. OLE color: 4365061.

HSL color Cylindrical-coordinate representation of color #059B42: hue angle of 144.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B42 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 155 66 -
CMYK 0.97 0 0.57 0.39
HSL 144.4º 0.94% 0.31% -
HSV(B) 144.4º 0.97% 0.61% -
XYZ 12.77 23.87 9.09 -
YUV 100 108.81 60.24 -
System Red Green Blue C M Y K H S L
Decimal 5 155 66 0.97 0 0.57 0.39 144.4 0.94 0.31
Hex 5 9B 42 61 0 39 27 90 5E 1F
Octal 5 233 102 141 0 71 47 220 136 37
Binary 101 10011011 1000010 1100001 0 111001 100111 10010000 1011110 11111

Color Harmonies of #059B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059B42

Black with #059B42

Text Example


Text Example

White with #059B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059B42; }

 p { color: rgb(5,155,66); }

 H1.HeaderClassName
 {
   color: #059B42;
 }
 .AnyTagClassName
 {
   color: #059B42;
 }
</style>

background-color css

<style>
 a { background-color: #059B42; }

 a { background-color: rgb(5,155,66); }

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

border-color css

<style>
 span { border-color: #059B42; }

 span { border-color: rgb(5,155,66); }

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