Html Css Color HEX #02924B Pigment Green

📋 copy color: '#02924B'

red 2 ◦ green 146 ◦ blue 75

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

Shades of Pigment Green #02924B

Tints of Pigment Green #02924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 65.47%

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

R = 0.9%
G = 65.47%
B = 33.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#02924B (or 0x02924B) is known color: Pigment Green. HEX triplet: 02, 92 and 4B. RGB value is (2,146,75). Sum of RGB (Red+Green+Blue) = 2+146+75=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #02924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02924B is #FD6DB4. Grayscale: #5E5E5E. Windows color (decimal): -16608693 or 4952578. OLE color: 4952578.

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

Color convert

RGB 2 146 75 -
CMYK 0.99 0 0.49 0.43
HSL 150.42º 0.97% 0.29% -
HSV(B) 150.42º 0.99% 0.57% -
XYZ 11.57 21.08 10.12 -
YUV 94.85 116.79 61.77 -
System Red Green Blue C M Y K H S L
Decimal 2 146 75 0.99 0 0.49 0.43 150.42 0.97 0.29
Hex 2 92 4B 63 0 31 2B 96 61 1D
Octal 2 222 113 143 0 61 53 226 141 35
Binary 10 10010010 1001011 1100011 0 110001 101011 10010110 1100001 11101

Color Harmonies of #02924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02924B

Black with #02924B

Text Example


Text Example

White with #02924B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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