Html Css Color HEX #02964B Pigment Green

📋 copy color: '#02964B'

red 2 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #02964B

Tints of Pigment Green #02964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 0.88%
G = 66.08%
B = 33.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#02964B (or 0x02964B) is known color: Pigment Green. HEX triplet: 02, 96 and 4B. RGB value is (2,150,75). Sum of RGB (Red+Green+Blue) = 2+150+75=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #02964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02964B is #FD69B4. Grayscale: #616161. Windows color (decimal): -16607669 or 4953602. OLE color: 4953602.

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

Color convert

RGB 2 150 75 -
CMYK 0.99 0 0.5 0.41
HSL 149.59º 0.97% 0.3% -
HSV(B) 149.59º 0.99% 0.59% -
XYZ 12.2 22.33 10.32 -
YUV 97.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 2 150 75 0.99 0 0.5 0.41 149.59 0.97 0.3
Hex 2 96 4B 63 0 32 29 96 61 1E
Octal 2 226 113 143 0 62 51 226 141 36
Binary 10 10010110 1001011 1100011 0 110010 101001 10010110 1100001 11110

Color Harmonies of #02964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02964B

Black with #02964B

Text Example


Text Example

White with #02964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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