Html Css Color HEX #029241 Pigment Green

📋 copy color: '#029241'

red 2 ◦ green 146 ◦ blue 65

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

Shades of Pigment Green #029241

Tints of Pigment Green #029241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.54%

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

R = 0.94%
G = 68.54%
B = 30.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#029241 (or 0x029241) is known color: Pigment Green. HEX triplet: 02, 92 and 41. RGB value is (2,146,65). Sum of RGB (Red+Green+Blue) = 2+146+65=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #029241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029241 is #FD6DBE. Grayscale: #5D5D5D. Windows color (decimal): -16608703 or 4297218. OLE color: 4297218.

HSL color Cylindrical-coordinate representation of color #029241: hue angle of 146.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029241 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 65 -
CMYK 0.99 0 0.55 0.43
HSL 146.25º 0.97% 0.29% -
HSV(B) 146.25º 0.99% 0.57% -
XYZ 11.26 20.95 8.45 -
YUV 93.71 111.79 62.59 -
System Red Green Blue C M Y K H S L
Decimal 2 146 65 0.99 0 0.55 0.43 146.25 0.97 0.29
Hex 2 92 41 63 0 37 2B 92 61 1D
Octal 2 222 101 143 0 67 53 222 141 35
Binary 10 10010010 1000001 1100011 0 110111 101011 10010010 1100001 11101

Color Harmonies of #029241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029241

Black with #029241

Text Example


Text Example

White with #029241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029241; }

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

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

background-color css

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

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

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

border-color css

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

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

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