Html Css Color HEX #02995A Shamrock Green

📋 copy color: '#02995A'

red 2 ◦ green 153 ◦ blue 90

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

Shades of Shamrock Green #02995A

Tints of Shamrock Green #02995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 0.82%
G = 62.45%
B = 36.73%

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

#02995A (or 0x02995A) is known color: Shamrock Green. HEX triplet: 02, 99 and 5A. RGB value is (2,153,90). Sum of RGB (Red+Green+Blue) = 2+153+90=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #02995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02995A is #FD66A5. Grayscale: #646464. Windows color (decimal): -16606886 or 5937410. OLE color: 5937410.

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

Color convert

RGB 2 153 90 -
CMYK 0.99 0 0.41 0.4
HSL 154.97º 0.97% 0.3% -
HSV(B) 154.97º 0.99% 0.6% -
XYZ 13.26 23.53 13.52 -
YUV 100.67 121.97 57.62 -
System Red Green Blue C M Y K H S L
Decimal 2 153 90 0.99 0 0.41 0.4 154.97 0.97 0.3
Hex 2 99 5A 63 0 29 28 9B 61 1E
Octal 2 231 132 143 0 51 50 233 141 36
Binary 10 10011001 1011010 1100011 0 101001 101000 10011011 1100001 11110

Color Harmonies of #02995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02995A

Black with #02995A

Text Example


Text Example

White with #02995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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