Html Css Color HEX #02974B Pigment Green

📋 copy color: '#02974B'

red 2 ◦ green 151 ◦ blue 75

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

Shades of Pigment Green #02974B

Tints of Pigment Green #02974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.23%

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

R = 0.88%
G = 66.23%
B = 32.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#02974B (or 0x02974B) is known color: Pigment Green. HEX triplet: 02, 97 and 4B. RGB value is (2,151,75). Sum of RGB (Red+Green+Blue) = 2+151+75=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #02974B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02974B is #FD68B4. Grayscale: #616161. Windows color (decimal): -16607413 or 4953858. OLE color: 4953858.

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

Color convert

RGB 2 151 75 -
CMYK 0.99 0 0.50 0.41
HSL 149.4º 0.97% 0.3% -
HSV(B) 149.4º 0.99% 0.59% -
XYZ 12.36 22.65 10.38 -
YUV 97.79 115.14 59.68 -
System Red Green Blue C M Y K H S L
Decimal 2 151 75 0.99 0 0.50 0.41 149.4 0.97 0.3
Hex 2 97 4B 63 0 32 29 95 61 1E
Octal 2 227 113 143 0 62 51 225 141 36
Binary 10 10010111 1001011 1100011 0 110010 101001 10010101 1100001 11110

Color Harmonies of #02974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02974B

Black with #02974B

Text Example


Text Example

White with #02974B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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