Html Css Color HEX #02914B Pigment Green

📋 copy color: '#02914B'

red 2 ◦ green 145 ◦ blue 75

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

Shades of Pigment Green #02914B

Tints of Pigment Green #02914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 65.32%

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

R = 0.9%
G = 65.32%
B = 33.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#02914B (or 0x02914B) is known color: Pigment Green. HEX triplet: 02, 91 and 4B. RGB value is (2,145,75). Sum of RGB (Red+Green+Blue) = 2+145+75=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #02914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02914B is #FD6EB4. Grayscale: #5E5E5E. Windows color (decimal): -16608949 or 4952322. OLE color: 4952322.

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

Color convert

RGB 2 145 75 -
CMYK 0.99 0 0.48 0.43
HSL 150.63º 0.97% 0.29% -
HSV(B) 150.63º 0.99% 0.57% -
XYZ 11.42 20.77 10.06 -
YUV 94.26 117.12 62.19 -
System Red Green Blue C M Y K H S L
Decimal 2 145 75 0.99 0 0.48 0.43 150.63 0.97 0.29
Hex 2 91 4B 63 0 30 2B 97 61 1D
Octal 2 221 113 143 0 60 53 227 141 35
Binary 10 10010001 1001011 1100011 0 110000 101011 10010111 1100001 11101

Color Harmonies of #02914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02914B

Black with #02914B

Text Example


Text Example

White with #02914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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