Html Css Color HEX #029430 Pigment Green

📋 copy color: '#029430'

red 2 ◦ green 148 ◦ blue 48

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

Shades of Pigment Green #029430

Tints of Pigment Green #029430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 1.01%
G = 74.75%
B = 24.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#029430 (or 0x029430) is known color: Pigment Green. HEX triplet: 02, 94 and 30. RGB value is (2,148,48). Sum of RGB (Red+Green+Blue) = 2+148+48=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #029430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029430 is #FD6BCF. Grayscale: #5D5D5D. Windows color (decimal): -16608208 or 3183618. OLE color: 3183618.

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

Color convert

RGB 2 148 48 -
CMYK 0.99 0 0.68 0.42
HSL 138.9º 0.97% 0.29% -
HSV(B) 138.9º 0.99% 0.58% -
XYZ 11.15 21.41 6.34 -
YUV 92.95 102.63 63.13 -
System Red Green Blue C M Y K H S L
Decimal 2 148 48 0.99 0 0.68 0.42 138.9 0.97 0.29
Hex 2 94 30 63 0 44 2A 8B 61 1D
Octal 2 224 60 143 0 104 52 213 141 35
Binary 10 10010100 110000 1100011 0 1000100 101010 10001011 1100001 11101

Color Harmonies of #029430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029430

Black with #029430

Text Example


Text Example

White with #029430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029430; }

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

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

background-color css

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

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

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

border-color css

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

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

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