Html Css Color HEX #029965 Shamrock Green

📋 copy color: '#029965'

red 2 ◦ green 153 ◦ blue 101

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

Shades of Shamrock Green #029965

Tints of Shamrock Green #029965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 0.78%
G = 59.77%
B = 39.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#029965 (or 0x029965) is known color: Shamrock Green. HEX triplet: 02, 99 and 65. RGB value is (2,153,101). Sum of RGB (Red+Green+Blue) = 2+153+101=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #029965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029965 is #FD669A. Grayscale: #656565. Windows color (decimal): -16606875 or 6658306. OLE color: 6658306.

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

Color convert

RGB 2 153 101 -
CMYK 0.99 0 0.34 0.4
HSL 159.34º 0.97% 0.3% -
HSV(B) 159.34º 0.99% 0.6% -
XYZ 13.77 23.73 16.17 -
YUV 101.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 2 153 101 0.99 0 0.34 0.4 159.34 0.97 0.3
Hex 2 99 65 63 0 22 28 9F 61 1E
Octal 2 231 145 143 0 42 50 237 141 36
Binary 10 10011001 1100101 1100011 0 100010 101000 10011111 1100001 11110

Color Harmonies of #029965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029965

Black with #029965

Text Example


Text Example

White with #029965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029965; }

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

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

background-color css

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

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

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

border-color css

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

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

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