Html Css Color HEX #029640 Pigment Green

📋 copy color: '#029640'

red 2 ◦ green 150 ◦ blue 64

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

Shades of Pigment Green #029640

Tints of Pigment Green #029640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.63%

R = 0.93%
G = 69.44%
B = 29.63%

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

#029640 (or 0x029640) is known color: Pigment Green. HEX triplet: 02, 96 and 40. RGB value is (2,150,64). Sum of RGB (Red+Green+Blue) = 2+150+64=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #029640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029640 is #FD69BF. Grayscale: #606060. Windows color (decimal): -16607680 or 4232706. OLE color: 4232706.

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

Color convert

RGB 2 150 64 -
CMYK 0.99 0 0.57 0.41
HSL 145.14º 0.97% 0.3% -
HSV(B) 145.14º 0.99% 0.59% -
XYZ 11.86 22.2 8.51 -
YUV 95.94 109.97 60.99 -
System Red Green Blue C M Y K H S L
Decimal 2 150 64 0.99 0 0.57 0.41 145.14 0.97 0.3
Hex 2 96 40 63 0 39 29 91 61 1E
Octal 2 226 100 143 0 71 51 221 141 36
Binary 10 10010110 1000000 1100011 0 111001 101001 10010001 1100001 11110

Color Harmonies of #029640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029640

Black with #029640

Text Example


Text Example

White with #029640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029640; }

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

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

background-color css

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

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

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

border-color css

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

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

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