Html Css Color HEX #29F248 Malachite

📋 copy color: '#29F248'

red 41 ◦ green 242 ◦ blue 72

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

Shades of Malachite #29F248

Tints of Malachite #29F248

RGB

 RED value IS 41 (16.41% from 255) = 11.55%

 GREEN value IS 242 (94.92% from 255) = 68.17%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 11.55%
G = 68.17%
B = 20.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#29F248 (or 0x29F248) is known color: Malachite. HEX triplet: 29, F2 and 48. RGB value is (41,242,72). Sum of RGB (Red+Green+Blue) = 41+242+72=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #29F248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F248 is #D60DB7. Grayscale: #A3A3A3. Windows color (decimal): -14028216 or 4780585. OLE color: 4780585.

HSL color Cylindrical-coordinate representation of color #29F248: hue angle of 129.25º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F248 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 72 -
CMYK 0.83 0 0.70 0.05
HSL 129.25º 0.89% 0.55% -
HSV(B) 129.25º 0.83% 0.95% -
XYZ 33.84 64.44 16.79 -
YUV 162.52 76.91 41.32 -
System Red Green Blue C M Y K H S L
Decimal 41 242 72 0.83 0 0.70 0.05 129.25 0.89 0.55
Hex 29 F2 48 53 0 46 5 81 59 37
Octal 51 362 110 123 0 106 5 201 131 67
Binary 101001 11110010 1001000 1010011 0 1000110 101 10000001 1011001 110111

Color Harmonies of #29F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F248

Black with #29F248

Text Example


Text Example

White with #29F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29F248; }

 p { color: rgb(41,242,72); }

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

background-color css

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

 a { background-color: rgb(41,242,72); }

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

border-color css

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

 span { border-color: rgb(41,242,72); }

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