Html Css Color HEX #029365 Shamrock Green

📋 copy color: '#029365'

red 2 ◦ green 147 ◦ blue 101

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

Shades of Shamrock Green #029365

Tints of Shamrock Green #029365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.8%

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

R = 0.8%
G = 58.8%
B = 40.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#029365 (or 0x029365) is known color: Shamrock Green. HEX triplet: 02, 93 and 65. RGB value is (2,147,101). Sum of RGB (Red+Green+Blue) = 2+147+101=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #029365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029365 is #FD6C9A. Grayscale: #626262. Windows color (decimal): -16608411 or 6656770. OLE color: 6656770.

HSL color Cylindrical-coordinate representation of color #029365: hue angle of 160.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029365 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 147 101 -
CMYK 0.99 0 0.31 0.42
HSL 160.97º 0.97% 0.29% -
HSV(B) 160.97º 0.99% 0.58% -
XYZ 12.81 21.82 15.85 -
YUV 98.4 129.46 59.24 -
System Red Green Blue C M Y K H S L
Decimal 2 147 101 0.99 0 0.31 0.42 160.97 0.97 0.29
Hex 2 93 65 63 0 1F 2A A1 61 1D
Octal 2 223 145 143 0 37 52 241 141 35
Binary 10 10010011 1100101 1100011 0 11111 101010 10100001 1100001 11101

Color Harmonies of #029365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029365

Black with #029365

Text Example


Text Example

White with #029365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029365; }

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

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

background-color css

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

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

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

border-color css

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

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

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