Html Css Color HEX #029438 Pigment Green

📋 copy color: '#029438'

red 2 ◦ green 148 ◦ blue 56

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

Shades of Pigment Green #029438

Tints of Pigment Green #029438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.84%

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

R = 0.97%
G = 71.84%
B = 27.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#029438 (or 0x029438) is known color: Pigment Green. HEX triplet: 02, 94 and 38. RGB value is (2,148,56). Sum of RGB (Red+Green+Blue) = 2+148+56=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #029438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029438 is #FD6BC7. Grayscale: #5E5E5E. Windows color (decimal): -16608200 or 3707906. OLE color: 3707906.

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

Color convert

RGB 2 148 56 -
CMYK 0.99 0 0.62 0.42
HSL 142.19º 0.97% 0.29% -
HSV(B) 142.19º 0.99% 0.58% -
XYZ 11.33 21.48 7.29 -
YUV 93.86 106.63 62.48 -
System Red Green Blue C M Y K H S L
Decimal 2 148 56 0.99 0 0.62 0.42 142.19 0.97 0.29
Hex 2 94 38 63 0 3E 2A 8E 61 1D
Octal 2 224 70 143 0 76 52 216 141 35
Binary 10 10010100 111000 1100011 0 111110 101010 10001110 1100001 11101

Color Harmonies of #029438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029438

Black with #029438

Text Example


Text Example

White with #029438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029438; }

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

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

background-color css

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

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

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

border-color css

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

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

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