Html Css Color HEX #029348 Pigment Green

📋 copy color: '#029348'

red 2 ◦ green 147 ◦ blue 72

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

Shades of Pigment Green #029348

Tints of Pigment Green #029348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 0.9%
G = 66.52%
B = 32.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#029348 (or 0x029348) is known color: Pigment Green. HEX triplet: 02, 93 and 48. RGB value is (2,147,72). Sum of RGB (Red+Green+Blue) = 2+147+72=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #029348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029348 is #FD6CB7. Grayscale: #5F5F5F. Windows color (decimal): -16608440 or 4756226. OLE color: 4756226.

HSL color Cylindrical-coordinate representation of color #029348: hue angle of 148.97º 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 #029348 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 147 72 -
CMYK 0.99 0 0.51 0.42
HSL 148.97º 0.97% 0.29% -
HSV(B) 148.97º 0.99% 0.58% -
XYZ 11.63 21.35 9.64 -
YUV 95.1 114.96 61.6 -
System Red Green Blue C M Y K H S L
Decimal 2 147 72 0.99 0 0.51 0.42 148.97 0.97 0.29
Hex 2 93 48 63 0 33 2A 95 61 1D
Octal 2 223 110 143 0 63 52 225 141 35
Binary 10 10010011 1001000 1100011 0 110011 101010 10010101 1100001 11101

Color Harmonies of #029348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029348

Black with #029348

Text Example


Text Example

White with #029348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029348; }

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

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

background-color css

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

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

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

border-color css

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

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

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