Html Css Color HEX #02965A Shamrock Green

📋 copy color: '#02965A'

red 2 ◦ green 150 ◦ blue 90

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

Shades of Shamrock Green #02965A

Tints of Shamrock Green #02965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.98%

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

R = 0.83%
G = 61.98%
B = 37.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#02965A (or 0x02965A) is known color: Shamrock Green. HEX triplet: 02, 96 and 5A. RGB value is (2,150,90). Sum of RGB (Red+Green+Blue) = 2+150+90=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #02965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02965A is #FD69A5. Grayscale: #636363. Windows color (decimal): -16607654 or 5936642. OLE color: 5936642.

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

Color convert

RGB 2 150 90 -
CMYK 0.99 0 0.4 0.41
HSL 155.68º 0.97% 0.3% -
HSV(B) 155.68º 0.99% 0.59% -
XYZ 12.78 22.56 13.35 -
YUV 98.91 122.97 58.88 -
System Red Green Blue C M Y K H S L
Decimal 2 150 90 0.99 0 0.4 0.41 155.68 0.97 0.3
Hex 2 96 5A 63 0 28 29 9C 61 1E
Octal 2 226 132 143 0 50 51 234 141 36
Binary 10 10010110 1011010 1100011 0 101000 101001 10011100 1100001 11110

Color Harmonies of #02965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02965A

Black with #02965A

Text Example


Text Example

White with #02965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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