Html Css Color HEX #029466 Shamrock Green

📋 copy color: '#029466'

red 2 ◦ green 148 ◦ blue 102

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

Shades of Shamrock Green #029466

Tints of Shamrock Green #029466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.73%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 0.79%
G = 58.73%
B = 40.48%

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

#029466 (or 0x029466) is known color: Shamrock Green. HEX triplet: 02, 94 and 66. RGB value is (2,148,102). Sum of RGB (Red+Green+Blue) = 2+148+102=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #029466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029466 is #FD6B99. Grayscale: #636363. Windows color (decimal): -16608154 or 6722562. OLE color: 6722562.

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

Color convert

RGB 2 148 102 -
CMYK 0.99 0 0.31 0.42
HSL 161.1º 0.97% 0.29% -
HSV(B) 161.1º 0.99% 0.58% -
XYZ 13.01 22.15 16.16 -
YUV 99.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 2 148 102 0.99 0 0.31 0.42 161.1 0.97 0.29
Hex 2 94 66 63 0 1F 2A A1 61 1D
Octal 2 224 146 143 0 37 52 241 141 35
Binary 10 10010100 1100110 1100011 0 11111 101010 10100001 1100001 11101

Color Harmonies of #029466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029466

Black with #029466

Text Example


Text Example

White with #029466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029466; }

 p { color: rgb(2,148,102); }

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

background-color css

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

 a { background-color: rgb(2,148,102); }

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

border-color css

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

 span { border-color: rgb(2,148,102); }

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