Html Css Color HEX #02952E Pigment Green

📋 copy color: '#02952E'

red 2 ◦ green 149 ◦ blue 46

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

Shades of Pigment Green #02952E

Tints of Pigment Green #02952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 1.02%
G = 75.63%
B = 23.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#02952E (or 0x02952E) is known color: Pigment Green. HEX triplet: 02, 95 and 2E. RGB value is (2,149,46). Sum of RGB (Red+Green+Blue) = 2+149+46=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #02952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02952E is #FD6AD1. Grayscale: #5D5D5D. Windows color (decimal): -16607954 or 3052802. OLE color: 3052802.

HSL color Cylindrical-coordinate representation of color #02952E: hue angle of 137.96º 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 #02952E is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 46 -
CMYK 0.99 0 0.69 0.42
HSL 137.96º 0.97% 0.3% -
HSV(B) 137.96º 0.99% 0.58% -
XYZ 11.27 21.71 6.18 -
YUV 93.31 101.3 62.88 -
System Red Green Blue C M Y K H S L
Decimal 2 149 46 0.99 0 0.69 0.42 137.96 0.97 0.3
Hex 2 95 2E 63 0 45 2A 8A 61 1E
Octal 2 225 56 143 0 105 52 212 141 36
Binary 10 10010101 101110 1100011 0 1000101 101010 10001010 1100001 11110

Color Harmonies of #02952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02952E

Black with #02952E

Text Example


Text Example

White with #02952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02952E; }

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

 H1.HeaderClassName
 {
   color: #02952E;
 }
 .AnyTagClassName
 {
   color: #02952E;
 }
</style>

background-color css

<style>
 a { background-color: #02952E; }

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

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

border-color css

<style>
 span { border-color: #02952E; }

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

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