Html Css Color HEX #02995B Shamrock Green

📋 copy color: '#02995B'

red 2 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #02995B

Tints of Shamrock Green #02995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.2%

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 0.81%
G = 62.2%
B = 36.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#02995B (or 0x02995B) is known color: Shamrock Green. HEX triplet: 02, 99 and 5B. RGB value is (2,153,91). Sum of RGB (Red+Green+Blue) = 2+153+91=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #02995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02995B is #FD66A4. Grayscale: #646464. Windows color (decimal): -16606885 or 6002946. OLE color: 6002946.

HSL color Cylindrical-coordinate representation of color #02995B: hue angle of 155.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02995B is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 91 -
CMYK 0.99 0 0.41 0.4
HSL 155.36º 0.97% 0.3% -
HSV(B) 155.36º 0.99% 0.6% -
XYZ 13.3 23.55 13.74 -
YUV 100.78 122.47 57.54 -
System Red Green Blue C M Y K H S L
Decimal 2 153 91 0.99 0 0.41 0.4 155.36 0.97 0.3
Hex 2 99 5B 63 0 29 28 9B 61 1E
Octal 2 231 133 143 0 51 50 233 141 36
Binary 10 10011001 1011011 1100011 0 101001 101000 10011011 1100001 11110

Color Harmonies of #02995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02995B

Black with #02995B

Text Example


Text Example

White with #02995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,153,91); }

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

background-color css

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

 a { background-color: rgb(2,153,91); }

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

border-color css

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

 span { border-color: rgb(2,153,91); }

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