Html Css Color HEX #28F148 Malachite

📋 copy color: '#28F148'

red 40 ◦ green 241 ◦ blue 72

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

Shades of Malachite #28F148

Tints of Malachite #28F148

RGB

 RED value IS 40 (16.02% from 255) = 11.33%

 GREEN value IS 241 (94.53% from 255) = 68.27%

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

R = 11.33%
G = 68.27%
B = 20.4%

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

#28F148 (or 0x28F148) is known color: Malachite. HEX triplet: 28, F1 and 48. RGB value is (40,241,72). Sum of RGB (Red+Green+Blue) = 40+241+72=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #28F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F148 is #D70EB7. Grayscale: #A2A2A2. Windows color (decimal): -14094008 or 4780328. OLE color: 4780328.

HSL color Cylindrical-coordinate representation of color #28F148: hue angle of 129.55º degrees, saturation: 0.88, 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 #28F148 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 241 72 -
CMYK 0.83 0 0.70 0.05
HSL 129.55º 0.88% 0.55% -
HSV(B) 129.55º 0.83% 0.95% -
XYZ 33.5 63.83 16.69 -
YUV 161.64 77.41 41.24 -
System Red Green Blue C M Y K H S L
Decimal 40 241 72 0.83 0 0.70 0.05 129.55 0.88 0.55
Hex 28 F1 48 53 0 46 5 82 58 37
Octal 50 361 110 123 0 106 5 202 130 67
Binary 101000 11110001 1001000 1010011 0 1000110 101 10000010 1011000 110111

Color Harmonies of #28F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F148

Black with #28F148

Text Example


Text Example

White with #28F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28F148; }

 p { color: rgb(40,241,72); }

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

background-color css

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

 a { background-color: rgb(40,241,72); }

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

border-color css

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

 span { border-color: rgb(40,241,72); }

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