Html Css Color HEX #029C2F Pigment Green

📋 copy color: '#029C2F'

red 2 ◦ green 156 ◦ blue 47

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

Shades of Pigment Green #029C2F

Tints of Pigment Green #029C2F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 76.1%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 0.98%
G = 76.1%
B = 22.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#029C2F (or 0x029C2F) is known color: Pigment Green. HEX triplet: 02, 9C and 2F. RGB value is (2,156,47). Sum of RGB (Red+Green+Blue) = 2+156+47=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 156 (61.33% from 255 or 76.10% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 156 - color contains mainly: green. Hex color #029C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029C2F is #FD63D0. Grayscale: #616161. Windows color (decimal): -16606161 or 3120130. OLE color: 3120130.

HSL color Cylindrical-coordinate representation of color #029C2F: hue angle of 137.53º 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 #029C2F is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 156 47 -
CMYK 0.99 0 0.70 0.39
HSL 137.53º 0.97% 0.31% -
HSV(B) 137.53º 0.99% 0.61% -
XYZ 12.43 24 6.67 -
YUV 97.53 99.48 59.86 -
System Red Green Blue C M Y K H S L
Decimal 2 156 47 0.99 0 0.70 0.39 137.53 0.97 0.31
Hex 2 9C 2F 63 0 46 27 8A 61 1F
Octal 2 234 57 143 0 106 47 212 141 37
Binary 10 10011100 101111 1100011 0 1000110 100111 10001010 1100001 11111

Color Harmonies of #029C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029C2F

Black with #029C2F

Text Example


Text Example

White with #029C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,156,47); }

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

background-color css

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

 a { background-color: rgb(2,156,47); }

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

border-color css

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

 span { border-color: rgb(2,156,47); }

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