Html Css Color HEX #00D348 Malachite

📋 copy color: '#00D348'

red 0 ◦ green 211 ◦ blue 72

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

Shades of Malachite #00D348

Tints of Malachite #00D348

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 211 (82.81% from 255) = 74.56%

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

R = 0%
G = 74.56%
B = 25.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#00D348 (or 0x00D348) is known color: Malachite. HEX triplet: 00, D3 and 48. RGB value is (0,211,72). Sum of RGB (Red+Green+Blue) = 0+211+72=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #00D348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D348 is #FF2CB7. Grayscale: #848484. Windows color (decimal): -16723128 or 4772608. OLE color: 4772608.

HSL color Cylindrical-coordinate representation of color #00D348: hue angle of 140.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D348 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 211 72 -
CMYK 1 0 0.66 0.17
HSL 140.47º 1% 0.41% -
HSV(B) 140.47º 1% 0.83% -
XYZ 24.46 47.06 13.92 -
YUV 132.07 94.1 33.8 -
System Red Green Blue C M Y K H S L
Decimal 0 211 72 1 0 0.66 0.17 140.47 1 0.41
Hex 0 D3 48 64 0 42 11 8C 64 29
Octal 0 323 110 144 0 102 21 214 144 51
Binary 0 11010011 1001000 1100100 0 1000010 10001 10001100 1100100 101001

Color Harmonies of #00D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D348

Black with #00D348

Text Example


Text Example

White with #00D348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D348; }

 p { color: rgb(0,211,72); }

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

background-color css

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

 a { background-color: rgb(0,211,72); }

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

border-color css

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

 span { border-color: rgb(0,211,72); }

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