Html Css Color HEX #029730 Pigment Green

📋 copy color: '#029730'

red 2 ◦ green 151 ◦ blue 48

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

Shades of Pigment Green #029730

Tints of Pigment Green #029730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 75.12%

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

R = 1%
G = 75.12%
B = 23.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#029730 (or 0x029730) is known color: Pigment Green. HEX triplet: 02, 97 and 30. RGB value is (2,151,48). Sum of RGB (Red+Green+Blue) = 2+151+48=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #029730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029730 is #FD68CF. Grayscale: #5E5E5E. Windows color (decimal): -16607440 or 3184386. OLE color: 3184386.

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

Color convert

RGB 2 151 48 -
CMYK 0.99 0 0.68 0.41
HSL 138.52º 0.97% 0.3% -
HSV(B) 138.52º 0.99% 0.59% -
XYZ 11.63 22.36 6.5 -
YUV 94.71 101.64 61.88 -
System Red Green Blue C M Y K H S L
Decimal 2 151 48 0.99 0 0.68 0.41 138.52 0.97 0.3
Hex 2 97 30 63 0 44 29 8B 61 1E
Octal 2 227 60 143 0 104 51 213 141 36
Binary 10 10010111 110000 1100011 0 1000100 101001 10001011 1100001 11110

Color Harmonies of #029730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029730

Black with #029730

Text Example


Text Example

White with #029730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029730; }

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

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

background-color css

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

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

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

border-color css

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

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

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