Html Css Color HEX #059242 Pigment Green

📋 copy color: '#059242'

red 5 ◦ green 146 ◦ blue 66

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

Shades of Pigment Green #059242

Tints of Pigment Green #059242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.28%

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

R = 2.3%
G = 67.28%
B = 30.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#059242 (or 0x059242) is known color: Pigment Green. HEX triplet: 05, 92 and 42. RGB value is (5,146,66). Sum of RGB (Red+Green+Blue) = 5+146+66=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #059242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059242 is #FA6DBD. Grayscale: #5E5E5E. Windows color (decimal): -16412094 or 4362757. OLE color: 4362757.

HSL color Cylindrical-coordinate representation of color #059242: hue angle of 145.96º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059242 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 66 -
CMYK 0.97 0 0.55 0.43
HSL 145.96º 0.93% 0.3% -
HSV(B) 145.96º 0.97% 0.57% -
XYZ 11.32 20.98 8.61 -
YUV 94.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 5 146 66 0.97 0 0.55 0.43 145.96 0.93 0.3
Hex 5 92 42 61 0 37 2B 92 5D 1E
Octal 5 222 102 141 0 67 53 222 135 36
Binary 101 10010010 1000010 1100001 0 110111 101011 10010010 1011101 11110

Color Harmonies of #059242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059242

Black with #059242

Text Example


Text Example

White with #059242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059242; }

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

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

background-color css

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

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

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

border-color css

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

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

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