Html Css Color HEX #02993F Pigment Green

📋 copy color: '#02993F'

red 2 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #02993F

Tints of Pigment Green #02993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 70.18%

 BLUE value IS 63 (25% from 255) = 28.9%

R = 0.92%
G = 70.18%
B = 28.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#02993F (or 0x02993F) is known color: Pigment Green. HEX triplet: 02, 99 and 3F. RGB value is (2,153,63). Sum of RGB (Red+Green+Blue) = 2+153+63=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #02993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02993F is #FD66C0. Grayscale: #616161. Windows color (decimal): -16606913 or 4167938. OLE color: 4167938.

HSL color Cylindrical-coordinate representation of color #02993F: hue angle of 144.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02993F is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 63 -
CMYK 0.99 0 0.59 0.4
HSL 144.24º 0.97% 0.3% -
HSV(B) 144.24º 0.99% 0.6% -
XYZ 12.31 23.15 8.52 -
YUV 97.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 2 153 63 0.99 0 0.59 0.4 144.24 0.97 0.3
Hex 2 99 3F 63 0 3B 28 90 61 1E
Octal 2 231 77 143 0 73 50 220 141 36
Binary 10 10011001 111111 1100011 0 111011 101000 10010000 1100001 11110

Color Harmonies of #02993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02993F

Black with #02993F

Text Example


Text Example

White with #02993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02993F; }

 p { color: rgb(2,153,63); }

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

background-color css

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

 a { background-color: rgb(2,153,63); }

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

border-color css

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

 span { border-color: rgb(2,153,63); }

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