Html Css Color HEX #059042 Pigment Green

📋 copy color: '#059042'

red 5 ◦ green 144 ◦ blue 66

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

Shades of Pigment Green #059042

Tints of Pigment Green #059042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.98%

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

R = 2.33%
G = 66.98%
B = 30.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#059042 (or 0x059042) is known color: Pigment Green. HEX triplet: 05, 90 and 42. RGB value is (5,144,66). Sum of RGB (Red+Green+Blue) = 5+144+66=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #059042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059042 is #FA6FBD. Grayscale: #5D5D5D. Windows color (decimal): -16412606 or 4362245. OLE color: 4362245.

HSL color Cylindrical-coordinate representation of color #059042: hue angle of 146.33º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059042 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 66 -
CMYK 0.97 0 0.54 0.44
HSL 146.33º 0.93% 0.29% -
HSV(B) 146.33º 0.97% 0.56% -
XYZ 11.02 20.37 8.51 -
YUV 93.55 112.45 64.84 -
System Red Green Blue C M Y K H S L
Decimal 5 144 66 0.97 0 0.54 0.44 146.33 0.93 0.29
Hex 5 90 42 61 0 36 2C 92 5D 1D
Octal 5 220 102 141 0 66 54 222 135 35
Binary 101 10010000 1000010 1100001 0 110110 101100 10010010 1011101 11101

Color Harmonies of #059042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059042

Black with #059042

Text Example


Text Example

White with #059042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059042; }

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

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

background-color css

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

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

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

border-color css

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

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

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