Html Css Color HEX #02993B Pigment Green

📋 copy color: '#02993B'

red 2 ◦ green 153 ◦ blue 59

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

Shades of Pigment Green #02993B

Tints of Pigment Green #02993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.57%

R = 0.93%
G = 71.5%
B = 27.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#02993B (or 0x02993B) is known color: Pigment Green. HEX triplet: 02, 99 and 3B. RGB value is (2,153,59). Sum of RGB (Red+Green+Blue) = 2+153+59=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 153 (60.16% from 255 or 71.50% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 153 - color contains mainly: green. Hex color #02993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02993B is #FD66C4. Grayscale: #616161. Windows color (decimal): -16606917 or 3905794. OLE color: 3905794.

HSL color Cylindrical-coordinate representation of color #02993B: hue angle of 142.65º 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 #02993B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 59 -
CMYK 0.99 0 0.61 0.4
HSL 142.65º 0.97% 0.3% -
HSV(B) 142.65º 0.99% 0.6% -
XYZ 12.21 23.11 7.96 -
YUV 97.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 2 153 59 0.99 0 0.61 0.4 142.65 0.97 0.3
Hex 2 99 3B 63 0 3D 28 8F 61 1E
Octal 2 231 73 143 0 75 50 217 141 36
Binary 10 10011001 111011 1100011 0 111101 101000 10001111 1100001 11110

Color Harmonies of #02993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02993B

Black with #02993B

Text Example


Text Example

White with #02993B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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