Html Css Color HEX #029138 Pigment Green

📋 copy color: '#029138'

red 2 ◦ green 145 ◦ blue 56

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

Shades of Pigment Green #029138

Tints of Pigment Green #029138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 71.43%

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 0.99%
G = 71.43%
B = 27.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#029138 (or 0x029138) is known color: Pigment Green. HEX triplet: 02, 91 and 38. RGB value is (2,145,56). Sum of RGB (Red+Green+Blue) = 2+145+56=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #029138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029138 is #FD6EC7. Grayscale: #5C5C5C. Windows color (decimal): -16608968 or 3707138. OLE color: 3707138.

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

Color convert

RGB 2 145 56 -
CMYK 0.99 0 0.61 0.43
HSL 142.66º 0.97% 0.29% -
HSV(B) 142.66º 0.99% 0.57% -
XYZ 10.86 20.55 7.14 -
YUV 92.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 2 145 56 0.99 0 0.61 0.43 142.66 0.97 0.29
Hex 2 91 38 63 0 3D 2B 8F 61 1D
Octal 2 221 70 143 0 75 53 217 141 35
Binary 10 10010001 111000 1100011 0 111101 101011 10001111 1100001 11101

Color Harmonies of #029138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029138

Black with #029138

Text Example


Text Example

White with #029138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029138; }

 p { color: rgb(2,145,56); }

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

background-color css

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

 a { background-color: rgb(2,145,56); }

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

border-color css

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

 span { border-color: rgb(2,145,56); }

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