Html Css Color HEX #029344 Pigment Green

📋 copy color: '#029344'

red 2 ◦ green 147 ◦ blue 68

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

Shades of Pigment Green #029344

Tints of Pigment Green #029344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.74%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 0.92%
G = 67.74%
B = 31.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#029344 (or 0x029344) is known color: Pigment Green. HEX triplet: 02, 93 and 44. RGB value is (2,147,68). Sum of RGB (Red+Green+Blue) = 2+147+68=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #029344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029344 is #FD6CBB. Grayscale: #5E5E5E. Windows color (decimal): -16608444 or 4494082. OLE color: 4494082.

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

Color convert

RGB 2 147 68 -
CMYK 0.99 0 0.54 0.42
HSL 147.31º 0.97% 0.29% -
HSV(B) 147.31º 0.99% 0.58% -
XYZ 11.5 21.3 8.97 -
YUV 94.64 112.96 61.92 -
System Red Green Blue C M Y K H S L
Decimal 2 147 68 0.99 0 0.54 0.42 147.31 0.97 0.29
Hex 2 93 44 63 0 36 2A 93 61 1D
Octal 2 223 104 143 0 66 52 223 141 35
Binary 10 10010011 1000100 1100011 0 110110 101010 10010011 1100001 11101

Color Harmonies of #029344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029344

Black with #029344

Text Example


Text Example

White with #029344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029344; }

 p { color: rgb(2,147,68); }

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

background-color css

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

 a { background-color: rgb(2,147,68); }

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

border-color css

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

 span { border-color: rgb(2,147,68); }

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