Html Css Color HEX #02954A Pigment Green

📋 copy color: '#02954A'

red 2 ◦ green 149 ◦ blue 74

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

Shades of Pigment Green #02954A

Tints of Pigment Green #02954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.22%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 0.89%
G = 66.22%
B = 32.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#02954A (or 0x02954A) is known color: Pigment Green. HEX triplet: 02, 95 and 4A. RGB value is (2,149,74). Sum of RGB (Red+Green+Blue) = 2+149+74=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #02954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02954A is #FD6AB5. Grayscale: #606060. Windows color (decimal): -16607926 or 4887810. OLE color: 4887810.

HSL color Cylindrical-coordinate representation of color #02954A: hue angle of 149.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02954A is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 74 -
CMYK 0.99 0 0.50 0.42
HSL 149.39º 0.97% 0.3% -
HSV(B) 149.39º 0.99% 0.58% -
XYZ 12.01 22 10.09 -
YUV 96.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 2 149 74 0.99 0 0.50 0.42 149.39 0.97 0.3
Hex 2 95 4A 63 0 32 2A 95 61 1E
Octal 2 225 112 143 0 62 52 225 141 36
Binary 10 10010101 1001010 1100011 0 110010 101010 10010101 1100001 11110

Color Harmonies of #02954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02954A

Black with #02954A

Text Example


Text Example

White with #02954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02954A; }

 p { color: rgb(2,149,74); }

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

background-color css

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

 a { background-color: rgb(2,149,74); }

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

border-color css

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

 span { border-color: rgb(2,149,74); }

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