Html Css Color HEX #029749 Pigment Green

📋 copy color: '#029749'

red 2 ◦ green 151 ◦ blue 73

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

Shades of Pigment Green #029749

Tints of Pigment Green #029749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.81%

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 0.88%
G = 66.81%
B = 32.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#029749 (or 0x029749) is known color: Pigment Green. HEX triplet: 02, 97 and 49. RGB value is (2,151,73). Sum of RGB (Red+Green+Blue) = 2+151+73=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #029749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029749 is #FD68B6. Grayscale: #616161. Windows color (decimal): -16607415 or 4822786. OLE color: 4822786.

HSL color Cylindrical-coordinate representation of color #029749: hue angle of 148.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029749 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 151 73 -
CMYK 0.99 0 0.52 0.41
HSL 148.59º 0.97% 0.3% -
HSV(B) 148.59º 0.99% 0.59% -
XYZ 12.29 22.63 10.02 -
YUV 97.56 114.14 59.84 -
System Red Green Blue C M Y K H S L
Decimal 2 151 73 0.99 0 0.52 0.41 148.59 0.97 0.3
Hex 2 97 49 63 0 34 29 95 61 1E
Octal 2 227 111 143 0 64 51 225 141 36
Binary 10 10010111 1001001 1100011 0 110100 101001 10010101 1100001 11110

Color Harmonies of #029749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029749

Black with #029749

Text Example


Text Example

White with #029749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029749; }

 p { color: rgb(2,151,73); }

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

background-color css

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

 a { background-color: rgb(2,151,73); }

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

border-color css

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

 span { border-color: rgb(2,151,73); }

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