Html Css Color HEX #05A034 Pigment Green

📋 copy color: '#05A034'

red 5 ◦ green 160 ◦ blue 52

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

Shades of Pigment Green #05A034

Tints of Pigment Green #05A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 73.73%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 2.3%
G = 73.73%
B = 23.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#05A034 (or 0x05A034) is known color: Pigment Green. HEX triplet: 05, A0 and 34. RGB value is (5,160,52). Sum of RGB (Red+Green+Blue) = 5+160+52=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #05A034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A034 is #FA5FCB. Grayscale: #656565. Windows color (decimal): -16408524 or 3448837. OLE color: 3448837.

HSL color Cylindrical-coordinate representation of color #05A034: hue angle of 138.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A034 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 160 52 -
CMYK 0.97 0 0.68 0.37
HSL 138.19º 0.94% 0.32% -
HSV(B) 138.19º 0.97% 0.63% -
XYZ 13.25 25.42 7.46 -
YUV 101.34 100.15 59.28 -
System Red Green Blue C M Y K H S L
Decimal 5 160 52 0.97 0 0.68 0.37 138.19 0.94 0.32
Hex 5 A0 34 61 0 44 25 8A 5E 20
Octal 5 240 64 141 0 104 45 212 136 40
Binary 101 10100000 110100 1100001 0 1000100 100101 10001010 1011110 100000

Color Harmonies of #05A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A034

Black with #05A034

Text Example


Text Example

White with #05A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A034; }

 p { color: rgb(5,160,52); }

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

background-color css

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

 a { background-color: rgb(5,160,52); }

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

border-color css

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

 span { border-color: rgb(5,160,52); }

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