Html Css Color HEX #029333 Pigment Green

📋 copy color: '#029333'

red 2 ◦ green 147 ◦ blue 51

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

Shades of Pigment Green #029333

Tints of Pigment Green #029333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 1%
G = 73.5%
B = 25.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#029333 (or 0x029333) is known color: Pigment Green. HEX triplet: 02, 93 and 33. RGB value is (2,147,51). Sum of RGB (Red+Green+Blue) = 2+147+51=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #029333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029333 is #FD6CCC. Grayscale: #5C5C5C. Windows color (decimal): -16608461 or 3379970. OLE color: 3379970.

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

Color convert

RGB 2 147 51 -
CMYK 0.99 0 0.65 0.42
HSL 140.28º 0.97% 0.29% -
HSV(B) 140.28º 0.99% 0.58% -
XYZ 11.06 21.12 6.63 -
YUV 92.7 104.46 63.31 -
System Red Green Blue C M Y K H S L
Decimal 2 147 51 0.99 0 0.65 0.42 140.28 0.97 0.29
Hex 2 93 33 63 0 41 2A 8C 61 1D
Octal 2 223 63 143 0 101 52 214 141 35
Binary 10 10010011 110011 1100011 0 1000001 101010 10001100 1100001 11101

Color Harmonies of #029333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029333

Black with #029333

Text Example


Text Example

White with #029333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029333; }

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

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

background-color css

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

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

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

border-color css

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

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

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