Html Css Color HEX #029630 Pigment Green

📋 copy color: '#029630'

red 2 ◦ green 150 ◦ blue 48

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

Shades of Pigment Green #029630

Tints of Pigment Green #029630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75%

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

R = 1%
G = 75%
B = 24%

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

#029630 (or 0x029630) is known color: Pigment Green. HEX triplet: 02, 96 and 30. RGB value is (2,150,48). Sum of RGB (Red+Green+Blue) = 2+150+48=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #029630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029630 is #FD69CF. Grayscale: #5E5E5E. Windows color (decimal): -16607696 or 3184130. OLE color: 3184130.

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

Color convert

RGB 2 150 48 -
CMYK 0.99 0 0.68 0.41
HSL 138.65º 0.97% 0.3% -
HSV(B) 138.65º 0.99% 0.59% -
XYZ 11.46 22.04 6.45 -
YUV 94.12 101.97 62.29 -
System Red Green Blue C M Y K H S L
Decimal 2 150 48 0.99 0 0.68 0.41 138.65 0.97 0.3
Hex 2 96 30 63 0 44 29 8B 61 1E
Octal 2 226 60 143 0 104 51 213 141 36
Binary 10 10010110 110000 1100011 0 1000100 101001 10001011 1100001 11110

Color Harmonies of #029630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029630

Black with #029630

Text Example


Text Example

White with #029630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029630; }

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

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

background-color css

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

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

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

border-color css

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

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

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