Html Css Color HEX #029641 Pigment Green

📋 copy color: '#029641'

red 2 ◦ green 150 ◦ blue 65

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

Shades of Pigment Green #029641

Tints of Pigment Green #029641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 69.12%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 0.92%
G = 69.12%
B = 29.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#029641 (or 0x029641) is known color: Pigment Green. HEX triplet: 02, 96 and 41. RGB value is (2,150,65). Sum of RGB (Red+Green+Blue) = 2+150+65=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #029641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029641 is #FD69BE. Grayscale: #606060. Windows color (decimal): -16607679 or 4298242. OLE color: 4298242.

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

Color convert

RGB 2 150 65 -
CMYK 0.99 0 0.57 0.41
HSL 145.54º 0.97% 0.3% -
HSV(B) 145.54º 0.99% 0.59% -
XYZ 11.89 22.21 8.66 -
YUV 96.06 110.47 60.91 -
System Red Green Blue C M Y K H S L
Decimal 2 150 65 0.99 0 0.57 0.41 145.54 0.97 0.3
Hex 2 96 41 63 0 39 29 92 61 1E
Octal 2 226 101 143 0 71 51 222 141 36
Binary 10 10010110 1000001 1100011 0 111001 101001 10010010 1100001 11110

Color Harmonies of #029641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029641

Black with #029641

Text Example


Text Example

White with #029641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029641; }

 p { color: rgb(2,150,65); }

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

background-color css

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

 a { background-color: rgb(2,150,65); }

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

border-color css

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

 span { border-color: rgb(2,150,65); }

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