Html Css Color HEX #029B3A Pigment Green

📋 copy color: '#029B3A'

red 2 ◦ green 155 ◦ blue 58

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

Shades of Pigment Green #029B3A

Tints of Pigment Green #029B3A

RGB

 RED value IS 2 (1.17% from 255) = 0.93%

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

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 0.93%
G = 72.09%
B = 26.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#029B3A (or 0x029B3A) is known color: Pigment Green. HEX triplet: 02, 9B and 3A. RGB value is (2,155,58). Sum of RGB (Red+Green+Blue) = 2+155+58=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 155 (60.94% from 255 or 72.09% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 155 - color contains mainly: green. Hex color #029B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029B3A is #FD64C5. Grayscale: #626262. Windows color (decimal): -16606406 or 3840770. OLE color: 3840770.

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

Color convert

RGB 2 155 58 -
CMYK 0.99 0 0.63 0.39
HSL 141.96º 0.97% 0.31% -
HSV(B) 141.96º 0.99% 0.61% -
XYZ 12.51 23.76 7.93 -
YUV 98.2 105.31 59.39 -
System Red Green Blue C M Y K H S L
Decimal 2 155 58 0.99 0 0.63 0.39 141.96 0.97 0.31
Hex 2 9B 3A 63 0 3F 27 8E 61 1F
Octal 2 233 72 143 0 77 47 216 141 37
Binary 10 10011011 111010 1100011 0 111111 100111 10001110 1100001 11111

Color Harmonies of #029B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B3A

Black with #029B3A

Text Example


Text Example

White with #029B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029B3A; }

 p { color: rgb(2,155,58); }

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

background-color css

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

 a { background-color: rgb(2,155,58); }

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

border-color css

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

 span { border-color: rgb(2,155,58); }

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