Html Css Color HEX #02913D Pigment Green

📋 copy color: '#02913D'

red 2 ◦ green 145 ◦ blue 61

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

Shades of Pigment Green #02913D

Tints of Pigment Green #02913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 69.71%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 0.96%
G = 69.71%
B = 29.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#02913D (or 0x02913D) is known color: Pigment Green. HEX triplet: 02, 91 and 3D. RGB value is (2,145,61). Sum of RGB (Red+Green+Blue) = 2+145+61=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #02913D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02913D is #FD6EC2. Grayscale: #5C5C5C. Windows color (decimal): -16608963 or 4034818. OLE color: 4034818.

HSL color Cylindrical-coordinate representation of color #02913D: hue angle of 144.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02913D is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 61 -
CMYK 0.99 0 0.58 0.43
HSL 144.76º 0.97% 0.29% -
HSV(B) 144.76º 0.99% 0.57% -
XYZ 10.99 20.6 7.81 -
YUV 92.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 2 145 61 0.99 0 0.58 0.43 144.76 0.97 0.29
Hex 2 91 3D 63 0 3A 2B 91 61 1D
Octal 2 221 75 143 0 72 53 221 141 35
Binary 10 10010001 111101 1100011 0 111010 101011 10010001 1100001 11101

Color Harmonies of #02913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02913D

Black with #02913D

Text Example


Text Example

White with #02913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02913D; }

 p { color: rgb(2,145,61); }

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

background-color css

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

 a { background-color: rgb(2,145,61); }

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

border-color css

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

 span { border-color: rgb(2,145,61); }

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