Html Css Color HEX #029052 Shamrock Green

📋 copy color: '#029052'

red 2 ◦ green 144 ◦ blue 82

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

Shades of Shamrock Green #029052

Tints of Shamrock Green #029052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.16%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 0.88%
G = 63.16%
B = 35.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#029052 (or 0x029052) is known color: Shamrock Green. HEX triplet: 02, 90 and 52. RGB value is (2,144,82). Sum of RGB (Red+Green+Blue) = 2+144+82=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #029052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029052 is #FD6FAD. Grayscale: #5E5E5E. Windows color (decimal): -16609198 or 5410818. OLE color: 5410818.

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

Color convert

RGB 2 144 82 -
CMYK 0.99 0 0.43 0.44
HSL 153.8º 0.97% 0.29% -
HSV(B) 153.8º 0.99% 0.56% -
XYZ 11.52 20.57 11.35 -
YUV 94.47 120.96 62.04 -
System Red Green Blue C M Y K H S L
Decimal 2 144 82 0.99 0 0.43 0.44 153.8 0.97 0.29
Hex 2 90 52 63 0 2B 2C 9A 61 1D
Octal 2 220 122 143 0 53 54 232 141 35
Binary 10 10010000 1010010 1100011 0 101011 101100 10011010 1100001 11101

Color Harmonies of #029052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029052

Black with #029052

Text Example


Text Example

White with #029052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029052; }

 p { color: rgb(2,144,82); }

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

background-color css

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

 a { background-color: rgb(2,144,82); }

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

border-color css

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

 span { border-color: rgb(2,144,82); }

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